Class: Virtuozzo::SOAP::Types::Authm::Get_sid
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Get_sid
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmget_sid
auth_name - Virtuozzo::SOAP::Types::Authm::Auth_nameType
Instance Attribute Summary collapse
-
#auth_name ⇒ Object
Returns the value of attribute auth_name.
Instance Method Summary collapse
-
#initialize(auth_name = nil) ⇒ Get_sid
constructor
A new instance of Get_sid.
Constructor Details
#initialize(auth_name = nil) ⇒ Get_sid
Returns a new instance of Get_sid.
2384 2385 2386 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2384 def initialize(auth_name = nil) @auth_name = auth_name end |
Instance Attribute Details
#auth_name ⇒ Object
Returns the value of attribute auth_name.
2382 2383 2384 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2382 def auth_name @auth_name end |