Class: LocoRb::Resource::Export

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

Instance Attribute Summary

Attributes inherited from BaseResource

#headers, #key

Instance Method Summary collapse

Constructor Details

#initialize(asset, headers, key = 'export') ⇒ Export

Returns a new instance of Export.



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

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