Class: CrvApiClient::Api::Reproduction::ContextMessage

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

Overview

/contextMessage

sessionId - SOAP::SOAPString
processId - SOAP::SOAPString
instanceId - SOAP::SOAPString
username - SOAP::SOAPString
userType - SOAP::SOAPString
password - SOAP::SOAPString
organisation - CrvApiClient::Api::Reproduction::ParticipantId
provider - CrvApiClient::Api::Reproduction::ParticipantId
customer - CrvApiClient::Api::Reproduction::ParticipantId
keeper - CrvApiClient::Api::Reproduction::ParticipantId
animal - CrvApiClient::Api::Reproduction::AnimalId
processCode - SOAP::SOAPString
messageSource - SOAP::SOAPString
languageCode - SOAP::SOAPString
timeZone - SOAP::SOAPString
contextMessageDetail - CrvApiClient::Api::Reproduction::ContextMessageDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sessionId = nil, processId = nil, instanceId = nil, username = nil, userType = nil, password = nil, organisation = nil, provider = nil, customer = nil, keeper = nil, animal = nil, processCode = nil, messageSource = nil, languageCode = nil, timeZone = nil, contextMessageDetail = []) ⇒ ContextMessage

Returns a new instance of ContextMessage.



681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 681

def initialize(sessionId = nil, processId = nil, instanceId = nil, username = nil, userType = nil, password = nil, organisation = nil, provider = nil, customer = nil, keeper = nil, animal = nil, processCode = nil, messageSource = nil, languageCode = nil, timeZone = nil, contextMessageDetail = [])
  @sessionId = sessionId
  @processId = processId
  @instanceId = instanceId
  @username = username
  @userType = userType
  @password = password
  @organisation = organisation
  @provider = provider
  @customer = customer
  @keeper = keeper
  @animal = animal
  @processCode = processCode
  @messageSource = messageSource
  @languageCode = languageCode
  @timeZone = timeZone
  @contextMessageDetail = contextMessageDetail
end

Instance Attribute Details

#animalObject

Returns the value of attribute animal.



674
675
676
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 674

def animal
  @animal
end

#contextMessageDetailObject

Returns the value of attribute contextMessageDetail.



679
680
681
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 679

def contextMessageDetail
  @contextMessageDetail
end

#customerObject

Returns the value of attribute customer.



672
673
674
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 672

def customer
  @customer
end

#instanceIdObject

Returns the value of attribute instanceId.



666
667
668
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 666

def instanceId
  @instanceId
end

#keeperObject

Returns the value of attribute keeper.



673
674
675
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 673

def keeper
  @keeper
end

#languageCodeObject

Returns the value of attribute languageCode.



677
678
679
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 677

def languageCode
  @languageCode
end

#messageSourceObject

Returns the value of attribute messageSource.



676
677
678
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 676

def messageSource
  @messageSource
end

#organisationObject

Returns the value of attribute organisation.



670
671
672
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 670

def organisation
  @organisation
end

#passwordObject

Returns the value of attribute password.



669
670
671
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 669

def password
  @password
end

#processCodeObject

Returns the value of attribute processCode.



675
676
677
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 675

def processCode
  @processCode
end

#processIdObject

Returns the value of attribute processId.



665
666
667
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 665

def processId
  @processId
end

#providerObject

Returns the value of attribute provider.



671
672
673
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 671

def provider
  @provider
end

#sessionIdObject

Returns the value of attribute sessionId.



664
665
666
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 664

def sessionId
  @sessionId
end

#timeZoneObject

Returns the value of attribute timeZone.



678
679
680
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 678

def timeZone
  @timeZone
end

#usernameObject

Returns the value of attribute username.



667
668
669
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 667

def username
  @username
end

#userTypeObject

Returns the value of attribute userType.



668
669
670
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 668

def userType
  @userType
end