Class: Softlayer::Auxiliary::Shipping::Courier::Type
- Defined in:
- lib/softlayer/auxiliary/shipping/courier/type.rb
Defined Under Namespace
Classes: Representer
Constant Summary collapse
- SERVICE =
'SoftLayer_Auxiliary_Shipping_Courier_Type'
Instance Attribute Summary collapse
-
#courier ⇒ Object
Returns the value of attribute courier.
-
#courier_count ⇒ Object
Returns the value of attribute courier_count.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key_name ⇒ Object
Returns the value of attribute key_name.
-
#name ⇒ Object
Returns the value of attribute name.
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, request, #request, service_name, #to_hash
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#courier ⇒ Object
Returns the value of attribute courier.
12 13 14 |
# File 'lib/softlayer/auxiliary/shipping/courier/type.rb', line 12 def courier @courier end |
#courier_count ⇒ Object
Returns the value of attribute courier_count.
11 12 13 |
# File 'lib/softlayer/auxiliary/shipping/courier/type.rb', line 11 def courier_count @courier_count end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/softlayer/auxiliary/shipping/courier/type.rb', line 7 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/softlayer/auxiliary/shipping/courier/type.rb', line 8 def id @id end |
#key_name ⇒ Object
Returns the value of attribute key_name.
9 10 11 |
# File 'lib/softlayer/auxiliary/shipping/courier/type.rb', line 9 def key_name @key_name end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/softlayer/auxiliary/shipping/courier/type.rb', line 10 def name @name end |