Class: Workarea::Emarsys::BogusGateway

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ BogusGateway

Returns a new instance of BogusGateway.



6
7
8
# File 'app/lib/workarea/emarsys/bogus_gateway.rb', line 6

def initialize(options = {})
  @options = options
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



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

def method_missing(method, *args)
  response
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



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

def options
  @options
end