Class: Virtuozzo::SOAP::Types::Firewallm::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::PackageType
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb
Overview
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType
constructor
A new instance of PackageType.
Constructor Details
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType
Returns a new instance of PackageType.
1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1140 def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) @name = name @summary = summary @os = os @description = description @arch = arch @version = version end |
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch.
1137 1138 1139 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1137 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1136 1137 1138 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1136 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1133 1134 1135 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1133 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1135 1136 1137 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1135 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1134 1135 1136 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1134 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1138 1139 1140 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1138 def version @version end |