Class: Virtuozzo::SOAP::Types::Authm::Net_classType

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, transfer = nil) ⇒ Net_classType

Returns a new instance of Net_classType.



497
498
499
500
# File 'lib/virtuozzo/soap/types/authm.rb', line 497

def initialize(id = nil, transfer = nil)
  @id = id
  @transfer = transfer
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



494
495
496
# File 'lib/virtuozzo/soap/types/authm.rb', line 494

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



495
496
497
# File 'lib/virtuozzo/soap/types/authm.rb', line 495

def transfer
  @transfer
end