Class: Virtuozzo::SOAP::Types::Up2date::TokenType::Source

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.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.



1691
1692
1693
1694
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1691

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1689
1690
1691
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1689

def id
  @id
end

#nameObject

Returns the value of attribute name.



1688
1689
1690
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1688

def name
  @name
end