Created
October 3, 2011 16:30
-
-
Save davidsmalley/1259526 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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