Class: LocoRb::Resource::Asset

Inherits:
BaseResource show all
Defined in:
lib/loco-rb/resource/asset.rb

Instance Attribute Summary

Attributes inherited from BaseResource

#headers, #key

Instance Method Summary collapse

Constructor Details

#initialize(asset, headers, key = 'asset') ⇒ Asset

Returns a new instance of Asset.



6
7
8
# File 'lib/loco-rb/resource/asset.rb', line 6

def initialize(asset, headers, key='asset')
  super(asset, headers, key)
end