Class: SetLocaleRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SetLocaleRequestType

m__this - ManagedObjectReference
locale - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#localeObject

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__thisObject



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