Class: Softlayer::Location::Region

Inherits:
Entity show all
Defined in:
lib/softlayer/location/region.rb,
lib/softlayer/location/region/location.rb

Defined Under Namespace

Classes: Location, Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/softlayer/location/region.rb', line 5

def description
  @description
end

#keynameObject

Returns the value of attribute keyname.



6
7
8
# File 'lib/softlayer/location/region.rb', line 6

def keyname
  @keyname
end

#locationObject

Returns the value of attribute location.



8
9
10
# File 'lib/softlayer/location/region.rb', line 8

def location
  @location
end

#sort_orderObject

Returns the value of attribute sort_order.



7
8
9
# File 'lib/softlayer/location/region.rb', line 7

def sort_order
  @sort_order
end