Class: HighLevel::Models::Store::CreateShippingCarrierResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::CreateShippingCarrierResponseDto
- Defined in:
- lib/high_level/models/store/create_shipping_carrier_response_dto.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
9 10 11 |
# File 'lib/high_level/models/store/create_shipping_carrier_response_dto.rb', line 9 def data @data end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/high_level/models/store/create_shipping_carrier_response_dto.rb', line 9 def @message end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/store/create_shipping_carrier_response_dto.rb', line 9 def status @status end |