Class: Virtuozzo::SOAP::Types::Support::RealmType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Support::RealmType
- Defined in:
- lib/virtuozzo/soap/types/support.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.
1938 1939 1940 1941 1942 1943 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1938 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.
1936 1937 1938 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1936 def builtin @builtin end |
#id ⇒ Object
Returns the value of attribute id.
1933 1934 1935 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1933 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1935 1936 1937 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1935 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
1934 1935 1936 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1934 def type @type end |