Class: Virtuozzo::SOAP::Types::ServerGroup::RealmType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::RealmType
- Defined in:
- lib/virtuozzo/soap/types/server_group.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
-
#builtin ⇒ Object
Returns the value of attribute builtin.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(id = nil, type = nil, name = nil, builtin = nil) ⇒ RealmType
constructor
A new instance of RealmType.
Constructor Details
#initialize(id = nil, type = nil, name = nil, builtin = nil) ⇒ RealmType
Returns a new instance of RealmType.
1212 1213 1214 1215 1216 1217 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1212 def initialize(id = nil, type = nil, name = nil, builtin = nil) @id = id @type = type @name = name @builtin = builtin end |
Instance Attribute Details
#builtin ⇒ Object
Returns the value of attribute builtin.
1210 1211 1212 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1210 def builtin @builtin end |
#id ⇒ Object
Returns the value of attribute id.
1207 1208 1209 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1207 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1209 1210 1211 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1209 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
1208 1209 1210 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1208 def type @type end |