Class: DiagnosticManagerLogHeader

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1137
1138
1139
# File 'lib/vmware/soap/vim25.rb', line 1137

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1136
1137
1138
# File 'lib/vmware/soap/vim25.rb', line 1136

def dynamicType
  @dynamicType
end

#lineEndObject

Returns the value of attribute lineEnd.



1139
1140
1141
# File 'lib/vmware/soap/vim25.rb', line 1139

def lineEnd
  @lineEnd
end

#lineStartObject

Returns the value of attribute lineStart.



1138
1139
1140
# File 'lib/vmware/soap/vim25.rb', line 1138

def lineStart
  @lineStart
end

#lineTextObject

Returns the value of attribute lineText.



1140
1141
1142
# File 'lib/vmware/soap/vim25.rb', line 1140

def lineText
  @lineText
end