class CrvApiClient::Api::Reproduction::DeviceType

{ICARAggregateBusinessInformationEntity:1}DeviceType

identifier - CrvApiClient::Api::Reproduction::IDType
manufacturer - CrvApiClient::Api::Reproduction::ManufacturerCodeType
softwareVersion - CrvApiClient::Api::Reproduction::TextType
hardwareVersion - CrvApiClient::Api::Reproduction::TextType

Attributes

hardwareVersion[RW]
identifier[RW]
manufacturer[RW]
softwareVersion[RW]

Public Class Methods

new(identifier = nil, manufacturer = nil, softwareVersion = nil, hardwareVersion = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3204
def initialize(identifier = nil, manufacturer = nil, softwareVersion = nil, hardwareVersion = nil)
  @identifier = identifier
  @manufacturer = manufacturer
  @softwareVersion = softwareVersion
  @hardwareVersion = hardwareVersion
end