Class: Virtuozzo::SOAP::Drivers::Up2date::AceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Up2date::AceType
- Defined in:
- lib/virtuozzo/soap/drivers/up2date/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesaceType
type - SOAP::SOAPInt
sid - (any)
rights - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#rights ⇒ Object
Returns the value of attribute rights.
-
#sid ⇒ Object
Returns the value of attribute sid.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, sid = nil, rights = nil) ⇒ AceType
constructor
A new instance of AceType.
Constructor Details
#initialize(type = nil, sid = nil, rights = nil) ⇒ AceType
Returns a new instance of AceType.
2058 2059 2060 2061 2062 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2058 def initialize(type = nil, sid = nil, rights = nil) @type = type @sid = sid @rights = rights end |
Instance Attribute Details
#rights ⇒ Object
Returns the value of attribute rights.
2056 2057 2058 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2056 def rights @rights end |
#sid ⇒ Object
Returns the value of attribute sid.
2055 2056 2057 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2055 def sid @sid end |
#type ⇒ Object
Returns the value of attribute type.
2054 2055 2056 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2054 def type @type end |