Class: Virtuozzo::SOAP::Drivers::Template::RealmType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::RealmType
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.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.
2053 2054 2055 2056 2057 2058 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2053 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.
2051 2052 2053 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2051 def builtin @builtin end |
#id ⇒ Object
Returns the value of attribute id.
2048 2049 2050 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2048 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2050 2051 2052 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2050 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
2049 2050 2051 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2049 def type @type end |