Class: BooticCli::Themes::APIAsset
- Inherits:
-
ItemWithTime
- Object
- SimpleDelegator
- ItemWithTime
- BooticCli::Themes::APIAsset
- Defined in:
- lib/bootic_cli/themes/api_theme.rb
Instance Method Summary collapse
Methods inherited from ItemWithTime
Instance Method Details
#file ⇒ Object
13 14 15 16 17 18 |
# File 'lib/bootic_cli/themes/api_theme.rb', line 13 def file @file ||= ( data = Net::HTTP.get(URI.parse(rels[:file].href)) StringIO.new(data) ) end |