Class: Virtuozzo::SOAP::Types::Resourcem::PackageType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typespackageType

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Resourcem::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType

Returns a new instance of PackageType.



1145
1146
1147
1148
1149
1150
1151
1152
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1145

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

#archObject

Returns the value of attribute arch.



1142
1143
1144
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1142

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1141
1142
1143
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1141

def description
  @description
end

#nameObject

Returns the value of attribute name.



1138
1139
1140
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1138

def name
  @name
end

#osObject

Returns the value of attribute os.



1140
1141
1142
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1140

def os
  @os
end

#summaryObject

Returns the value of attribute summary.



1139
1140
1141
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1139

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1143
1144
1145
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1143

def version
  @version
end