class Softlayer::Locale::Country

Constants

SERVICE

Attributes

is_european_union_flag[RW]
long_name[RW]
short_name[RW]
state_count[RW]
states[RW]

Public Class Methods

get_available_countries() click to toggle source
# File lib/softlayer/locale/country.rb, line 11
def self.get_available_countries
  request(:get_available_countries, Array[Softlayer::Locale::Country])
end
get_countries() click to toggle source
# File lib/softlayer/locale/country.rb, line 15
def self.get_countries
  request(:get_countries, Array[Softlayer::Locale::Country])
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/locale/country.rb, line 19
def get_object
  request(:get_object, Softlayer::Locale::Country)
end
get_states() click to toggle source
# File lib/softlayer/locale/country.rb, line 23
def get_states
  request(:get_states, Array[Softlayer::Locale::StateProvince])
end