Class: CrvApiClient::Api::Animals::ParticipantAnimalRequest
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::ParticipantAnimalRequest
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/participantAnimalRequest
numberType - SOAP::SOAPString
numberSubType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#numberSubType ⇒ Object
Returns the value of attribute numberSubType.
-
#numberType ⇒ Object
Returns the value of attribute numberType.
Instance Method Summary collapse
-
#initialize(numberType = nil, numberSubType = nil) ⇒ ParticipantAnimalRequest
constructor
A new instance of ParticipantAnimalRequest.
Constructor Details
#initialize(numberType = nil, numberSubType = nil) ⇒ ParticipantAnimalRequest
Returns a new instance of ParticipantAnimalRequest.
1194 1195 1196 1197 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1194 def initialize(numberType = nil, numberSubType = nil) @numberType = numberType @numberSubType = numberSubType end |
Instance Attribute Details
#numberSubType ⇒ Object
Returns the value of attribute numberSubType.
1192 1193 1194 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1192 def numberSubType @numberSubType end |
#numberType ⇒ Object
Returns the value of attribute numberType.
1191 1192 1193 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1191 def numberType @numberType end |