Class: Workarea::Emarsys::SalesDataBogusGateway
- Inherits:
-
Object
- Object
- Workarea::Emarsys::SalesDataBogusGateway
- Defined in:
- app/lib/workarea/emarsys/sales_data_bogus_gateway.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ SalesDataBogusGateway
constructor
A new instance of SalesDataBogusGateway.
- #send_file(file) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ SalesDataBogusGateway
Returns a new instance of SalesDataBogusGateway.
6 7 8 |
# File 'app/lib/workarea/emarsys/sales_data_bogus_gateway.rb', line 6 def initialize( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'app/lib/workarea/emarsys/sales_data_bogus_gateway.rb', line 4 def @options end |