Class: Virtuozzo::SOAP::Drivers::Template::List::Options
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::List::Options
- 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
-
#compatible ⇒ Object
Returns the value of attribute compatible.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = [], summary = nil, compatible = nil) ⇒ Options
constructor
A new instance of Options.
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
#compatible ⇒ Object
Returns the value of attribute compatible.
2912 2913 2914 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2912 def compatible @compatible end |
#summary ⇒ Object
Returns the value of attribute summary.
2911 2912 2913 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2911 def summary @summary end |
#type ⇒ Object
Returns the value of attribute type.
2910 2911 2912 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2910 def type @type end |