Class: Virtuozzo::SOAP::Types::Userm::RealmType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::RealmType
- Defined in:
- lib/virtuozzo/soap/types/userm.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.
1154 1155 1156 1157 1158 1159 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1154 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.
1152 1153 1154 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1152 def builtin @builtin end |
#id ⇒ Object
Returns the value of attribute id.
1149 1150 1151 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1149 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1151 1152 1153 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1151 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
1150 1151 1152 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1150 def type @type end |