Class: CrvApiClient::Api::Reproduction::CodeDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/codeDetail

keyId - SOAP::SOAPString
keyValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyId = nil, keyValue = nil) ⇒ CodeDetail

Returns a new instance of CodeDetail.



771
772
773
774
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 771

def initialize(keyId = nil, keyValue = nil)
  @keyId = keyId
  @keyValue = keyValue
end

Instance Attribute Details

#keyIdObject

Returns the value of attribute keyId.



768
769
770
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 768

def keyId
  @keyId
end

#keyValueObject

Returns the value of attribute keyValue.



769
770
771
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 769

def keyValue
  @keyValue
end