Class: Virtuozzo::SOAP::Types::Authm::Add_realmResponse

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) ⇒ 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

#idObject

Returns the value of attribute id.



2462
2463
2464
# File 'lib/virtuozzo/soap/types/authm.rb', line 2462

def id
  @id
end