Class: Virtuozzo::SOAP::Types::Authm::Add_realmResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Add_realmResponse
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmadd_realmResponse
id - (any)
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil) ⇒ Add_realmResponse
constructor
A new instance of Add_realmResponse.
Constructor Details
#initialize(id = nil) ⇒ Add_realmResponse
Returns a new instance of Add_realmResponse.
2464 2465 2466 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2464 def initialize(id = nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
2462 2463 2464 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2462 def id @id end |