Class: Virtuozzo::SOAP::Drivers::Template::List::Options

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

Overview

inner class for member: options http://www.swsoft.com/webservices/vzl/4.0.0/packagemoptions

type - SOAP::SOAPString
summary - (any)
compatible - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = [], summary = nil, compatible = nil) ⇒ Options

Returns a new instance of Options.



2914
2915
2916
2917
2918
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2914

def initialize(type = [], summary = nil, compatible = nil)
  @type = type
  @summary = summary
  @compatible = compatible
end

Instance Attribute Details

#compatibleObject

Returns the value of attribute compatible.



2912
2913
2914
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2912

def compatible
  @compatible
end

#summaryObject

Returns the value of attribute summary.



2911
2912
2913
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2911

def summary
  @summary
end

#typeObject

Returns the value of attribute type.



2910
2911
2912
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2910

def type
  @type
end