Class: Workarea::Yotpo::BogusGateway
- Inherits:
-
Object
- Object
- Workarea::Yotpo::BogusGateway
- Defined in:
- lib/workarea/yotpo/bogus_gateway.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #create_order(order_details) ⇒ Object
-
#initialize(options = {}) ⇒ BogusGateway
constructor
A new instance of BogusGateway.
Constructor Details
#initialize(options = {}) ⇒ BogusGateway
Returns a new instance of BogusGateway.
6 7 8 |
# File 'lib/workarea/yotpo/bogus_gateway.rb', line 6 def initialize( = {}) = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/workarea/yotpo/bogus_gateway.rb', line 4 def end |
Instance Method Details
#create_order(order_details) ⇒ Object
10 11 12 |
# File 'lib/workarea/yotpo/bogus_gateway.rb', line 10 def create_order(order_details) Response.new(response) end |