Class: Workarea::Emarsys::SalesDataBogusGateway

Inherits:
Object
  • Object
show all
Defined in:
app/lib/workarea/emarsys/sales_data_bogus_gateway.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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 = {})
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



4
5
6
# File 'app/lib/workarea/emarsys/sales_data_bogus_gateway.rb', line 4

def options
  @options
end

Instance Method Details

#send_file(file) ⇒ Object



10
11
12
# File 'app/lib/workarea/emarsys/sales_data_bogus_gateway.rb', line 10

def send_file(file)
  Response.new(response)
end