class Softlayer::Locale::Timezone
Constants
- SERVICE
Attributes
id[RW]
long_name[RW]
name[RW]
offset[RW]
short_name[RW]
Public Class Methods
get_all_objects()
click to toggle source
# File lib/softlayer/locale/timezone.rb, line 11 def self.get_all_objects request(:get_all_objects, Array[Softlayer::Locale::Timezone]) end
Public Instance Methods
get_object()
click to toggle source
# File lib/softlayer/locale/timezone.rb, line 15 def get_object request(:get_object, Softlayer::Locale::Timezone) end