class Softlayer::Locale
Constants
- SERVICE
Attributes
friendly_name[RW]
id[RW]
language_tag[RW]
name[RW]
Public Class Methods
get_closest_to_language_tag(message)
click to toggle source
# File lib/softlayer/locale.rb, line 13 def self.get_closest_to_language_tag(message) request(:get_closest_to_language_tag, Softlayer::Locale, message) end
Public Instance Methods
get_object()
click to toggle source
# File lib/softlayer/locale.rb, line 17 def get_object request(:get_object, Softlayer::Locale) end