Class: Virtuozzo::SOAP::Types::Authm::Create_token
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Create_token
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmcreate_token
sid - (any)
Instance Attribute Summary collapse
-
#sid ⇒ Object
Returns the value of attribute sid.
Instance Method Summary collapse
-
#initialize(sid = nil) ⇒ Create_token
constructor
A new instance of Create_token.
Constructor Details
#initialize(sid = nil) ⇒ Create_token
Returns a new instance of Create_token.
2374 2375 2376 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2374 def initialize(sid = nil) @sid = sid end |
Instance Attribute Details
#sid ⇒ Object
Returns the value of attribute sid.
2372 2373 2374 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2372 def sid @sid end |