class Softlayer::Brand::Restriction::Location::CustomerCountry

Constants

SERVICE

Attributes

brand[RW]
brand_id[RW]
customer_country_code[RW]
location[RW]
location_id[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/brand/restriction/location/customer_country.rb, line 13
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Brand::Restriction::Location::CustomerCountry])
end

Public Instance Methods

get_brand() click to toggle source
# File lib/softlayer/brand/restriction/location/customer_country.rb, line 17
def get_brand
  request(:get_brand, Softlayer::Brand)
end
get_location() click to toggle source
# File lib/softlayer/brand/restriction/location/customer_country.rb, line 21
def get_location
  request(:get_location, Softlayer::Location)
end
get_object() click to toggle source
# File lib/softlayer/brand/restriction/location/customer_country.rb, line 25
def get_object
  request(:get_object, Softlayer::Brand::Restriction::Location::CustomerCountry)
end