Class: OrderInfo
- Inherits:
-
Object
- Object
- OrderInfo
- Defined in:
- lib/compropago_sdk/factory/models/order_info.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#exchange ⇒ Object
Returns the value of attribute exchange.
-
#fialed_url ⇒ Object
Returns the value of attribute fialed_url.
-
#image_url ⇒ Object
Returns the value of attribute image_url.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#order_name ⇒ Object
Returns the value of attribute order_name.
-
#order_price ⇒ Object
Returns the value of attribute order_price.
-
#payment_method ⇒ Object
Returns the value of attribute payment_method.
-
#store ⇒ Object
Returns the value of attribute store.
-
#success_url ⇒ Object
Returns the value of attribute success_url.
Instance Method Summary collapse
-
#initialize ⇒ OrderInfo
constructor
A new instance of OrderInfo.
Constructor Details
#initialize ⇒ OrderInfo
Returns a new instance of OrderInfo.
14 15 16 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 14 def initialize @exchange = Exchange.new end |
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country.
8 9 10 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 8 def country @country end |
#exchange ⇒ Object
Returns the value of attribute exchange.
12 13 14 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 12 def exchange @exchange end |
#fialed_url ⇒ Object
Returns the value of attribute fialed_url.
11 12 13 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 11 def fialed_url @fialed_url end |
#image_url ⇒ Object
Returns the value of attribute image_url.
9 10 11 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 9 def image_url @image_url end |
#order_id ⇒ Object
Returns the value of attribute order_id.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 3 def order_id @order_id end |
#order_name ⇒ Object
Returns the value of attribute order_name.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 5 def order_name @order_name end |
#order_price ⇒ Object
Returns the value of attribute order_price.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 4 def order_price @order_price end |
#payment_method ⇒ Object
Returns the value of attribute payment_method.
6 7 8 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 6 def payment_method @payment_method end |
#store ⇒ Object
Returns the value of attribute store.
7 8 9 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 7 def store @store end |
#success_url ⇒ Object
Returns the value of attribute success_url.
10 11 12 |
# File 'lib/compropago_sdk/factory/models/order_info.rb', line 10 def success_url @success_url end |