Class: Workarea::Emarsys::BogusGateway
- Inherits:
-
Object
- Object
- Workarea::Emarsys::BogusGateway
- Defined in:
- app/lib/workarea/emarsys/bogus_gateway.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ BogusGateway
constructor
A new instance of BogusGateway.
- #method_missing(method, *args) ⇒ Object
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 = 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
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'app/lib/workarea/emarsys/bogus_gateway.rb', line 4 def @options end |