Class: HighLevel::Models::Store::CreateShippingCarrierDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/create_shipping_carrier_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allows_multiple_service_selectionObject (readonly)

Returns the value of attribute allows_multiple_service_selection

Returns:

  • (Object)

    the current value of allows_multiple_service_selection



9
10
11
# File 'lib/high_level/models/store/create_shipping_carrier_dto.rb', line 9

def allows_multiple_service_selection
  @allows_multiple_service_selection
end

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



9
10
11
# File 'lib/high_level/models/store/create_shipping_carrier_dto.rb', line 9

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



9
10
11
# File 'lib/high_level/models/store/create_shipping_carrier_dto.rb', line 9

def alt_type
  @alt_type
end

#callback_urlObject (readonly)

Returns the value of attribute callback_url

Returns:

  • (Object)

    the current value of callback_url



9
10
11
# File 'lib/high_level/models/store/create_shipping_carrier_dto.rb', line 9

def callback_url
  @callback_url
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/store/create_shipping_carrier_dto.rb', line 9

def name
  @name
end

#servicesObject (readonly)

Returns the value of attribute services

Returns:

  • (Object)

    the current value of services



9
10
11
# File 'lib/high_level/models/store/create_shipping_carrier_dto.rb', line 9

def services
  @services
end