Class: Virtuozzo::SOAP::Types::Relocator::TokenType::Source

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

inner class for member: source http://www.swsoft.com/webservices/vzl/4.0.0/typessource

name - SOAP::SOAPString
id - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, id = nil) ⇒ Source

Returns a new instance of Source.



1551
1552
1553
1554
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1551

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1549
1550
1551
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1549

def id
  @id
end

#nameObject

Returns the value of attribute name.



1548
1549
1550
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1548

def name
  @name
end