Class: Softlayer::Location::Group::Location::CrossReference

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/location/group/location/cross_reference.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Location_Group_Location_CrossReference'

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

#locationObject

Returns the value of attribute location.



10
11
12
# File 'lib/softlayer/location/group/location/cross_reference.rb', line 10

def location
  @location
end

#location_groupObject

Returns the value of attribute location_group.



11
12
13
# File 'lib/softlayer/location/group/location/cross_reference.rb', line 11

def location_group
  @location_group
end

#location_group_idObject

Returns the value of attribute location_group_id.



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

def location_group_id
  @location_group_id
end

#location_idObject

Returns the value of attribute location_id.



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

def location_id
  @location_id
end

#priorityObject

Returns the value of attribute priority.



9
10
11
# File 'lib/softlayer/location/group/location/cross_reference.rb', line 9

def priority
  @priority
end