Class: Virtuozzo::SOAP::Types::Packagem::List::Options

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



2921
2922
2923
2924
2925
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2921

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

Instance Attribute Details

#compatibleObject

Returns the value of attribute compatible.



2919
2920
2921
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2919

def compatible
  @compatible
end

#summaryObject

Returns the value of attribute summary.



2918
2919
2920
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2918

def summary
  @summary
end

#typeObject

Returns the value of attribute type.



2917
2918
2919
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2917

def type
  @type
end