Class: DiagnosticManagerLogHeader
- Inherits:
-
DynamicData
- Object
- DynamicData
- DiagnosticManagerLogHeader
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DiagnosticManagerLogHeader
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
lineStart - SOAP::SOAPInt
lineEnd - SOAP::SOAPInt
lineText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#lineEnd ⇒ Object
Returns the value of attribute lineEnd.
-
#lineStart ⇒ Object
Returns the value of attribute lineStart.
-
#lineText ⇒ Object
Returns the value of attribute lineText.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], lineStart = nil, lineEnd = nil, lineText = []) ⇒ DiagnosticManagerLogHeader
constructor
A new instance of DiagnosticManagerLogHeader.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], lineStart = nil, lineEnd = nil, lineText = []) ⇒ DiagnosticManagerLogHeader
Returns a new instance of DiagnosticManagerLogHeader.
1142 1143 1144 1145 1146 1147 1148 |
# File 'lib/vmware/soap/vim25.rb', line 1142 def initialize(dynamicType = nil, dynamicProperty = [], lineStart = nil, lineEnd = nil, lineText = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @lineStart = lineStart @lineEnd = lineEnd @lineText = lineText end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1137 1138 1139 |
# File 'lib/vmware/soap/vim25.rb', line 1137 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1136 1137 1138 |
# File 'lib/vmware/soap/vim25.rb', line 1136 def dynamicType @dynamicType end |
#lineEnd ⇒ Object
Returns the value of attribute lineEnd.
1139 1140 1141 |
# File 'lib/vmware/soap/vim25.rb', line 1139 def lineEnd @lineEnd end |
#lineStart ⇒ Object
Returns the value of attribute lineStart.
1138 1139 1140 |
# File 'lib/vmware/soap/vim25.rb', line 1138 def lineStart @lineStart end |
#lineText ⇒ Object
Returns the value of attribute lineText.
1140 1141 1142 |
# File 'lib/vmware/soap/vim25.rb', line 1140 def lineText @lineText end |