Class: CrvApiClient::Api::Reproduction::ColourCode

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

Overview

/colourCode

countryCode - SOAP::SOAPString
colourCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(countryCode = nil, colourCode = nil) ⇒ ColourCode

Returns a new instance of ColourCode.



1638
1639
1640
1641
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1638

def initialize(countryCode = nil, colourCode = nil)
  @countryCode = countryCode
  @colourCode = colourCode
end

Instance Attribute Details

#colourCodeObject

Returns the value of attribute colourCode.



1636
1637
1638
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1636

def colourCode
  @colourCode
end

#countryCodeObject

Returns the value of attribute countryCode.



1635
1636
1637
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1635

def countryCode
  @countryCode
end