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