Class: BooticCli::Themes::APIAsset

Inherits:
ItemWithTime
  • Object
show all
Defined in:
lib/bootic_cli/themes/api_theme.rb

Instance Method Summary collapse

Methods inherited from ItemWithTime

#updated_on

Instance Method Details

#fileObject



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