Class: Virtuozzo::SOAP::Types::Mailer::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Mailer::PackageType
- Defined in:
- lib/virtuozzo/soap/types/mailer.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.
1101 1102 1103 1104 1105 1106 1107 1108 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1101 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.
1098 1099 1100 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1098 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1097 1098 1099 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1097 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1094 1095 1096 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1094 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1096 1097 1098 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1096 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1095 1096 1097 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1095 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1099 1100 1101 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1099 def version @version end |