Class: Mxrb::Protocols::Request
- Inherits:
-
Data
- Object
- Data
- Mxrb::Protocols::Request
- Defined in:
- lib/mxrb/protocols/plan.rb
Instance Attribute Summary collapse
-
#marketplace_id ⇒ Object
readonly
Returns the value of attribute marketplace_id.
-
#protocol ⇒ Object
readonly
Returns the value of attribute protocol.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#marketplace_id ⇒ Object (readonly)
Returns the value of attribute marketplace_id
6 7 8 |
# File 'lib/mxrb/protocols/plan.rb', line 6 def marketplace_id @marketplace_id end |
#protocol ⇒ Object (readonly)
Returns the value of attribute protocol
6 7 8 |
# File 'lib/mxrb/protocols/plan.rb', line 6 def protocol @protocol end |
#version ⇒ Object (readonly)
Returns the value of attribute version
6 7 8 |
# File 'lib/mxrb/protocols/plan.rb', line 6 def version @version end |