Class: Virtuozzo::SOAP::Types::Authm::Del_realm

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(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

#idObject

Returns the value of attribute id.



2323
2324
2325
# File 'lib/virtuozzo/soap/types/authm.rb', line 2323

def id
  @id
end