Class: ShiftCommerce::Response
- Inherits:
-
Struct
- Object
- Struct
- ShiftCommerce::Response
- Defined in:
- lib/shift_commerce/oms_api_client.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
7 8 9 |
# File 'lib/shift_commerce/oms_api_client.rb', line 7 def data @data end |
#status_code ⇒ Object
Returns the value of attribute status_code
7 8 9 |
# File 'lib/shift_commerce/oms_api_client.rb', line 7 def status_code @status_code end |