Class: SuperFormatter::Import

Inherits:
SuperProcess::Core show all
Defined in:
lib/super_formatter/import.rb

Constant Summary

Constants inherited from SuperProcess::Core

SuperProcess::Core::CALLBACK_CALL, SuperProcess::Core::CALLBACK_TASK, SuperProcess::Core::ValidError

Instance Attribute Summary collapse

Method Summary

Methods inherited from SuperProcess::Core

after_call, after_task, before_call, before_task, callable, #error_message, #error_messages, init, #result

Instance Attribute Details

#headObject

Returns the value of attribute head.



4
5
6
# File 'lib/super_formatter/import.rb', line 4

def head
  @head
end

#ordersObject

Returns the value of attribute orders.



4
5
6
# File 'lib/super_formatter/import.rb', line 4

def orders
  @orders
end

#rowsObject

Returns the value of attribute rows.



4
5
6
# File 'lib/super_formatter/import.rb', line 4

def rows
  @rows
end