Class: LogUserEventRequestType
- Inherits:
-
Object
- Object
- LogUserEventRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LogUserEventRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
msg - SOAP::SOAPString
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#msg ⇒ Object
Returns the value of attribute msg.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, msg = nil) ⇒ LogUserEventRequestType
constructor
A new instance of LogUserEventRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil, msg = nil) ⇒ LogUserEventRequestType
Returns a new instance of LogUserEventRequestType.
37529 37530 37531 37532 37533 |
# File 'lib/vmware/soap/vim25.rb', line 37529 def initialize(v__this = nil, entity = nil, msg = nil) @v__this = v__this @entity = entity @msg = msg end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
37518 37519 37520 |
# File 'lib/vmware/soap/vim25.rb', line 37518 def entity @entity end |
#msg ⇒ Object
Returns the value of attribute msg.
37519 37520 37521 |
# File 'lib/vmware/soap/vim25.rb', line 37519 def msg @msg end |
Instance Method Details
#m__this ⇒ Object
37521 37522 37523 |
# File 'lib/vmware/soap/vim25.rb', line 37521 def m__this @v__this end |
#m__this=(value) ⇒ Object
37525 37526 37527 |
# File 'lib/vmware/soap/vim25.rb', line 37525 def m__this=(value) @v__this = value end |