Class: Virtuozzo::SOAP::Types::Up2date::Product::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/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.



2501
2502
2503
2504
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2501

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

Instance Attribute Details

#standardObject

Returns the value of attribute standard.



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

def standard
  @standard
end

#valueObject

Returns the value of attribute value.



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

def value
  @value
end