Class: Virtuozzo::SOAP::Types::Support::TokenType::Source

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



1511
1512
1513
1514
# File 'lib/virtuozzo/soap/types/support.rb', line 1511

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1509
1510
1511
# File 'lib/virtuozzo/soap/types/support.rb', line 1509

def id
  @id
end

#nameObject

Returns the value of attribute name.



1508
1509
1510
# File 'lib/virtuozzo/soap/types/support.rb', line 1508

def name
  @name
end