Class: HighLevel::Models::Store::UpdateShippingCarrierDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::UpdateShippingCarrierDto
- Defined in:
- lib/high_level/models/store/update_shipping_carrier_dto.rb
Instance Attribute Summary collapse
-
#allows_multiple_service_selection ⇒ Object
readonly
Returns the value of attribute allows_multiple_service_selection.
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#callback_url ⇒ Object
readonly
Returns the value of attribute callback_url.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#services ⇒ Object
readonly
Returns the value of attribute services.
Instance Attribute Details
#allows_multiple_service_selection ⇒ Object (readonly)
Returns the value of attribute allows_multiple_service_selection
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_carrier_dto.rb', line 9 def allows_multiple_service_selection @allows_multiple_service_selection end |
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_carrier_dto.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_carrier_dto.rb', line 9 def alt_type @alt_type end |
#callback_url ⇒ Object (readonly)
Returns the value of attribute callback_url
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_carrier_dto.rb', line 9 def callback_url @callback_url end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_carrier_dto.rb', line 9 def name @name end |
#services ⇒ Object (readonly)
Returns the value of attribute services
9 10 11 |
# File 'lib/high_level/models/store/update_shipping_carrier_dto.rb', line 9 def services @services end |