Class: Virtuozzo::SOAP::Drivers::Up2date::Product::Source

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

Overview

inner class for member: source http://www.swsoft.com/webservices/vza/4.0.0/vzaup2datesource

value - SOAP::SOAPBase64
standard - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value = nil, standard = nil) ⇒ Source

Returns a new instance of Source.



2499
2500
2501
2502
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2499

def initialize(value = nil, standard = nil)
  @value = value
  @standard = standard
end

Instance Attribute Details

#standardObject

Returns the value of attribute standard.



2497
2498
2499
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2497

def standard
  @standard
end

#valueObject

Returns the value of attribute value.



2496
2497
2498
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2496

def value
  @value
end