Class: Mercadopago::Order::Request::SubscriptionSequenceRequest
- Inherits:
-
Data
- Object
- Data
- Mercadopago::Order::Request::SubscriptionSequenceRequest
- Includes:
- HashConversion
- Defined in:
- lib/mercadopago/resources/order/request.rb
Overview
D3. subscription_data.subscription_sequence ==
Instance Attribute Summary collapse
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize(number: nil, total: nil) ⇒ SubscriptionSequenceRequest
constructor
A new instance of SubscriptionSequenceRequest.
Methods included from HashConversion
Constructor Details
#initialize(number: nil, total: nil) ⇒ SubscriptionSequenceRequest
Returns a new instance of SubscriptionSequenceRequest.
213 214 215 |
# File 'lib/mercadopago/resources/order/request.rb', line 213 def initialize(number: nil, total: nil) super end |
Instance Attribute Details
#number ⇒ Object (readonly)
Returns the value of attribute number
210 211 212 |
# File 'lib/mercadopago/resources/order/request.rb', line 210 def number @number end |
#total ⇒ Object (readonly)
Returns the value of attribute total
210 211 212 |
# File 'lib/mercadopago/resources/order/request.rb', line 210 def total @total end |