Class: Virtuozzo::SOAP::Types::PerfMon::RealmType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/perf_mon.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesrealmType

id - (any)
type - SOAP::SOAPInt
name - SOAP::SOAPString
builtin - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, type = nil, name = nil, builtin = nil) ⇒ RealmType

Returns a new instance of RealmType.



1182
1183
1184
1185
1186
1187
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1182

def initialize(id = nil, type = nil, name = nil, builtin = nil)
  @id = id
  @type = type
  @name = name
  @builtin = builtin
end

Instance Attribute Details

#builtinObject

Returns the value of attribute builtin.



1180
1181
1182
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1180

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1177
1178
1179
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1177

def id
  @id
end

#nameObject

Returns the value of attribute name.



1179
1180
1181
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1179

def name
  @name
end

#typeObject

Returns the value of attribute type.



1178
1179
1180
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1178

def type
  @type
end