Class: CrvApiClient::Api::Animals::ChainValue

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

Overview

/chainValue

chainType - SOAP::SOAPString
chainVersion - SOAP::SOAPString
chainRowValue - CrvApiClient::Api::Animals::ChainRowValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(chainType = nil, chainVersion = nil, chainRowValue = []) ⇒ ChainValue

Returns a new instance of ChainValue.



1093
1094
1095
1096
1097
# File 'lib/crv_api_client/api/animals/animals.rb', line 1093

def initialize(chainType = nil, chainVersion = nil, chainRowValue = [])
  @chainType = chainType
  @chainVersion = chainVersion
  @chainRowValue = chainRowValue
end

Instance Attribute Details

#chainRowValueObject

Returns the value of attribute chainRowValue.



1091
1092
1093
# File 'lib/crv_api_client/api/animals/animals.rb', line 1091

def chainRowValue
  @chainRowValue
end

#chainTypeObject

Returns the value of attribute chainType.



1089
1090
1091
# File 'lib/crv_api_client/api/animals/animals.rb', line 1089

def chainType
  @chainType
end

#chainVersionObject

Returns the value of attribute chainVersion.



1090
1091
1092
# File 'lib/crv_api_client/api/animals/animals.rb', line 1090

def chainVersion
  @chainVersion
end