class Softlayer::Location::Group::Pricing

Constants

SERVICE

Attributes

price_count[RW]
prices[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/location/group/pricing.rb, line 9
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Location::Group])
end

Public Instance Methods

get_location_group_type() click to toggle source
# File lib/softlayer/location/group/pricing.rb, line 13
def get_location_group_type
  request(:get_location_group_type, Softlayer::Location::Group::Type)
end
get_locations() click to toggle source
# File lib/softlayer/location/group/pricing.rb, line 17
def get_locations
  request(:get_locations, Array[Softlayer::Location])
end
get_object() click to toggle source
# File lib/softlayer/location/group/pricing.rb, line 21
def get_object
  request(:get_object, Softlayer::Location::Group::Pricing)
end
get_prices() click to toggle source
# File lib/softlayer/location/group/pricing.rb, line 25
def get_prices
  request(:get_prices, Array[Softlayer::Product::Item::Price])
end