Class: CrvApiClient::Api::Reproduction::AnimalOfferStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#processCodeObject

Returns the value of attribute processCode.



2737
2738
2739
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2737

def processCode
  @processCode
end

#processNameObject

Returns the value of attribute processName.



2738
2739
2740
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2738

def processName
  @processName
end

#registrantObject

Returns the value of attribute registrant.



2735
2736
2737
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2735

def registrant
  @registrant
end

#registrantNameObject

Returns the value of attribute registrantName.



2736
2737
2738
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2736

def registrantName
  @registrantName
end

#statusDateObject

Returns the value of attribute statusDate.



2733
2734
2735
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2733

def statusDate
  @statusDate
end

#statusDescriptionObject

Returns the value of attribute statusDescription.



2740
2741
2742
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2740

def statusDescription
  @statusDescription
end

#statusTimeObject

Returns the value of attribute statusTime.



2734
2735
2736
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2734

def statusTime
  @statusTime
end

#statusTypeObject

Returns the value of attribute statusType.



2739
2740
2741
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2739

def statusType
  @statusType
end