Method: ProcessOut::ExportLayoutConfigurationTime#new
- Defined in:
- lib/processout/export_layout_configuration_time.rb
#new(data = {}) ⇒ Object
Create a new ExportLayoutConfigurationTime using the current client
31 32 33 |
# File 'lib/processout/export_layout_configuration_time.rb', line 31 def new(data = {}) ExportLayoutConfigurationTime.new(@client, data) end |