Class: Virtuozzo::SOAP::Types::Authm::Get_auth_name

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/authmget_auth_name

sid - (any)
realm - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sid = nil, realm = nil) ⇒ Get_auth_name

Returns a new instance of Get_auth_name.



2363
2364
2365
2366
# File 'lib/virtuozzo/soap/types/authm.rb', line 2363

def initialize(sid = nil, realm = nil)
  @sid = sid
  @realm = realm
end

Instance Attribute Details

#realmObject

Returns the value of attribute realm.



2361
2362
2363
# File 'lib/virtuozzo/soap/types/authm.rb', line 2361

def realm
  @realm
end

#sidObject

Returns the value of attribute sid.



2360
2361
2362
# File 'lib/virtuozzo/soap/types/authm.rb', line 2360

def sid
  @sid
end