Class: RoleEventArgument
- Inherits:
-
EventArgument
- Object
- DynamicData
- EventArgument
- RoleEventArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RoleEventArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
roleId - SOAP::SOAPInt
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#roleId ⇒ Object
Returns the value of attribute roleId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, name = nil) ⇒ RoleEventArgument
constructor
A new instance of RoleEventArgument.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, name = nil) ⇒ RoleEventArgument
Returns a new instance of RoleEventArgument.
16504 16505 16506 16507 16508 16509 |
# File 'lib/vmware/soap/vim25.rb', line 16504 def initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, name = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @roleId = roleId @name = name end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16500 16501 16502 |
# File 'lib/vmware/soap/vim25.rb', line 16500 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16499 16500 16501 |
# File 'lib/vmware/soap/vim25.rb', line 16499 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
16502 16503 16504 |
# File 'lib/vmware/soap/vim25.rb', line 16502 def name @name end |
#roleId ⇒ Object
Returns the value of attribute roleId.
16501 16502 16503 |
# File 'lib/vmware/soap/vim25.rb', line 16501 def roleId @roleId end |