Skip to content

Instantly share code, notes, and snippets.

@davidsmalley
Created October 3, 2011 16:30
Show Gist options
  • Save davidsmalley/1259526 to your computer and use it in GitHub Desktop.
Save davidsmalley/1259526 to your computer and use it in GitHub Desktop.
def meta_data
@meta_data ||= cache(self.guid) do
EaService.get_metadata(self.guid)
end
end
def started_at
meta_data.started_at
end
def expires_at
meta_data.expires_at
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment