Class: Mercadopago::Order::Request::IntegrationDataRequest
- Inherits:
-
Data
- Object
- Data
- Mercadopago::Order::Request::IntegrationDataRequest
- Includes:
- HashConversion
- Defined in:
- lib/mercadopago/resources/order/request.rb
Overview
integration_data (root) ==
Instance Attribute Summary collapse
-
#corporation_id ⇒ Object
readonly
Returns the value of attribute corporation_id.
-
#integrator_id ⇒ Object
readonly
Returns the value of attribute integrator_id.
-
#platform_id ⇒ Object
readonly
Returns the value of attribute platform_id.
-
#sponsor ⇒ Object
readonly
Returns the value of attribute sponsor.
Instance Method Summary collapse
-
#initialize(integrator_id: nil, platform_id: nil, corporation_id: nil, sponsor: nil) ⇒ IntegrationDataRequest
constructor
A new instance of IntegrationDataRequest.
Methods included from HashConversion
Constructor Details
#initialize(integrator_id: nil, platform_id: nil, corporation_id: nil, sponsor: nil) ⇒ IntegrationDataRequest
Returns a new instance of IntegrationDataRequest.
343 344 345 |
# File 'lib/mercadopago/resources/order/request.rb', line 343 def initialize(integrator_id: nil, platform_id: nil, corporation_id: nil, sponsor: nil) super end |
Instance Attribute Details
#corporation_id ⇒ Object (readonly)
Returns the value of attribute corporation_id
335 336 337 |
# File 'lib/mercadopago/resources/order/request.rb', line 335 def corporation_id @corporation_id end |
#integrator_id ⇒ Object (readonly)
Returns the value of attribute integrator_id
335 336 337 |
# File 'lib/mercadopago/resources/order/request.rb', line 335 def integrator_id @integrator_id end |
#platform_id ⇒ Object (readonly)
Returns the value of attribute platform_id
335 336 337 |
# File 'lib/mercadopago/resources/order/request.rb', line 335 def platform_id @platform_id end |
#sponsor ⇒ Object (readonly)
Returns the value of attribute sponsor
335 336 337 |
# File 'lib/mercadopago/resources/order/request.rb', line 335 def sponsor @sponsor end |