Class: Virtuozzo::SOAP::Types::Session::Registered
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Session::Registered
- Defined in:
- lib/virtuozzo/soap/types/session.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/sessionmregistered
id - SOAP::SOAPString
count - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, count = nil) ⇒ Registered
constructor
A new instance of Registered.
Constructor Details
#initialize(id = nil, count = nil) ⇒ Registered
Returns a new instance of Registered.
2199 2200 2201 2202 |
# File 'lib/virtuozzo/soap/types/session.rb', line 2199 def initialize(id = nil, count = nil) @id = id @count = count end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
2197 2198 2199 |
# File 'lib/virtuozzo/soap/types/session.rb', line 2197 def count @count end |
#id ⇒ Object
Returns the value of attribute id.
2196 2197 2198 |
# File 'lib/virtuozzo/soap/types/session.rb', line 2196 def id @id end |