class Softlayer::Location::Reservation::Rack::Member

Constants

SERVICE

Attributes

id[RW]
location[RW]
location_id[RW]
location_reservation_rack[RW]

Public Instance Methods

get_location() click to toggle source
# File lib/softlayer/location/reservation/rack/member.rb, line 12
def get_location
  request(:get_location, Softlayer::Location)
end
get_location_reservation_rack() click to toggle source
# File lib/softlayer/location/reservation/rack/member.rb, line 16
def get_location_reservation_rack
  request(:get_location_reservation_rack, Softlayer::Location::Reservation)
end
get_object() click to toggle source
# File lib/softlayer/location/reservation/rack/member.rb, line 20
def get_object
  request(:get_object, Softlayer::Location::Reservation::Rack::Member)
end