Method: EnableFeatureRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(v__this = nil, host = nil, featureKey = nil) ⇒ EnableFeatureRequestType
Returns a new instance of EnableFeatureRequestType.
35275 35276 35277 35278 35279 |
# File 'lib/vmware/soap/vim25.rb', line 35275 def initialize(v__this = nil, host = nil, featureKey = nil) @v__this = v__this @host = host @featureKey = featureKey end |