Class: CrvApiClient::Api::Reproduction::AnimalOfferStatus
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::AnimalOfferStatus
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/animalOfferStatus
statusDate - SOAP::SOAPString
statusTime - SOAP::SOAPString
registrant - CrvApiClient::Api::Reproduction::ParticipantId
registrantName - SOAP::SOAPString
processCode - SOAP::SOAPString
processName - SOAP::SOAPString
statusType - SOAP::SOAPString
statusDescription - SOAP::SOAPString
Instance Attribute Summary collapse
-
#processCode ⇒ Object
Returns the value of attribute processCode.
-
#processName ⇒ Object
Returns the value of attribute processName.
-
#registrant ⇒ Object
Returns the value of attribute registrant.
-
#registrantName ⇒ Object
Returns the value of attribute registrantName.
-
#statusDate ⇒ Object
Returns the value of attribute statusDate.
-
#statusDescription ⇒ Object
Returns the value of attribute statusDescription.
-
#statusTime ⇒ Object
Returns the value of attribute statusTime.
-
#statusType ⇒ Object
Returns the value of attribute statusType.
Instance Method Summary collapse
-
#initialize(statusDate = nil, statusTime = nil, registrant = nil, registrantName = nil, processCode = nil, processName = nil, statusType = nil, statusDescription = nil) ⇒ AnimalOfferStatus
constructor
A new instance of AnimalOfferStatus.
Constructor Details
#initialize(statusDate = nil, statusTime = nil, registrant = nil, registrantName = nil, processCode = nil, processName = nil, statusType = nil, statusDescription = nil) ⇒ AnimalOfferStatus
Returns a new instance of AnimalOfferStatus.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2742 def initialize(statusDate = nil, statusTime = nil, registrant = nil, registrantName = nil, processCode = nil, processName = nil, statusType = nil, statusDescription = nil) @statusDate = statusDate @statusTime = statusTime @registrant = registrant @registrantName = registrantName @processCode = processCode @processName = processName @statusType = statusType @statusDescription = statusDescription end |
Instance Attribute Details
#processCode ⇒ Object
Returns the value of attribute processCode.
2737 2738 2739 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2737 def processCode @processCode end |
#processName ⇒ Object
Returns the value of attribute processName.
2738 2739 2740 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2738 def processName @processName end |
#registrant ⇒ Object
Returns the value of attribute registrant.
2735 2736 2737 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2735 def registrant @registrant end |
#registrantName ⇒ Object
Returns the value of attribute registrantName.
2736 2737 2738 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2736 def registrantName @registrantName end |
#statusDate ⇒ Object
Returns the value of attribute statusDate.
2733 2734 2735 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2733 def statusDate @statusDate end |
#statusDescription ⇒ Object
Returns the value of attribute statusDescription.
2740 2741 2742 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2740 def statusDescription @statusDescription end |
#statusTime ⇒ Object
Returns the value of attribute statusTime.
2734 2735 2736 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2734 def statusTime @statusTime end |
#statusType ⇒ Object
Returns the value of attribute statusType.
2739 2740 2741 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2739 def statusType @statusType end |