Class: SetLocaleRequestType
- Inherits:
-
Object
- Object
- SetLocaleRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetLocaleRequestType
m__this - ManagedObjectReference
locale - SOAP::SOAPString
Instance Attribute Summary collapse
-
#locale ⇒ Object
Returns the value of attribute locale.
Instance Method Summary collapse
-
#initialize(v__this = nil, locale = nil) ⇒ SetLocaleRequestType
constructor
A new instance of SetLocaleRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, locale = nil) ⇒ SetLocaleRequestType
Returns a new instance of SetLocaleRequestType.
36124 36125 36126 36127 |
# File 'lib/vmware/soap/vim25.rb', line 36124 def initialize(v__this = nil, locale = nil) @v__this = v__this @locale = locale end |
Instance Attribute Details
#locale ⇒ Object
Returns the value of attribute locale.
36114 36115 36116 |
# File 'lib/vmware/soap/vim25.rb', line 36114 def locale @locale end |
Instance Method Details
#m__this ⇒ Object
36116 36117 36118 |
# File 'lib/vmware/soap/vim25.rb', line 36116 def m__this @v__this end |
#m__this=(value) ⇒ Object
36120 36121 36122 |
# File 'lib/vmware/soap/vim25.rb', line 36120 def m__this=(value) @v__this = value end |