Class: Virtuozzo::SOAP::Types::Authm::Get_sid

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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_nameObject

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