Class: CrvApiClient::Api::Animals::ContextMessage

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

Overview

/contextMessage

sessionId - SOAP::SOAPString
processId - SOAP::SOAPString
instanceId - SOAP::SOAPString
username - SOAP::SOAPString
userType - SOAP::SOAPString
password - SOAP::SOAPString
organisation - CrvApiClient::Api::Animals::ParticipantId
provider - CrvApiClient::Api::Animals::ParticipantId
customer - CrvApiClient::Api::Animals::ParticipantId
keeper - CrvApiClient::Api::Animals::ParticipantId
animal - CrvApiClient::Api::Animals::AnimalId
processCode - SOAP::SOAPString
messageSource - SOAP::SOAPString
languageCode - SOAP::SOAPString
timeZone - SOAP::SOAPString
contextMessageDetail - CrvApiClient::Api::Animals::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.



320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'lib/crv_api_client/api/animals/animals.rb', line 320

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.



313
314
315
# File 'lib/crv_api_client/api/animals/animals.rb', line 313

def animal
  @animal
end

#contextMessageDetailObject

Returns the value of attribute contextMessageDetail.



318
319
320
# File 'lib/crv_api_client/api/animals/animals.rb', line 318

def contextMessageDetail
  @contextMessageDetail
end

#customerObject

Returns the value of attribute customer.



311
312
313
# File 'lib/crv_api_client/api/animals/animals.rb', line 311

def customer
  @customer
end

#instanceIdObject

Returns the value of attribute instanceId.



305
306
307
# File 'lib/crv_api_client/api/animals/animals.rb', line 305

def instanceId
  @instanceId
end

#keeperObject

Returns the value of attribute keeper.



312
313
314
# File 'lib/crv_api_client/api/animals/animals.rb', line 312

def keeper
  @keeper
end

#languageCodeObject

Returns the value of attribute languageCode.



316
317
318
# File 'lib/crv_api_client/api/animals/animals.rb', line 316

def languageCode
  @languageCode
end

#messageSourceObject

Returns the value of attribute messageSource.



315
316
317
# File 'lib/crv_api_client/api/animals/animals.rb', line 315

def messageSource
  @messageSource
end

#organisationObject

Returns the value of attribute organisation.



309
310
311
# File 'lib/crv_api_client/api/animals/animals.rb', line 309

def organisation
  @organisation
end

#passwordObject

Returns the value of attribute password.



308
309
310
# File 'lib/crv_api_client/api/animals/animals.rb', line 308

def password
  @password
end

#processCodeObject

Returns the value of attribute processCode.



314
315
316
# File 'lib/crv_api_client/api/animals/animals.rb', line 314

def processCode
  @processCode
end

#processIdObject

Returns the value of attribute processId.



304
305
306
# File 'lib/crv_api_client/api/animals/animals.rb', line 304

def processId
  @processId
end

#providerObject

Returns the value of attribute provider.



310
311
312
# File 'lib/crv_api_client/api/animals/animals.rb', line 310

def provider
  @provider
end

#sessionIdObject

Returns the value of attribute sessionId.



303
304
305
# File 'lib/crv_api_client/api/animals/animals.rb', line 303

def sessionId
  @sessionId
end

#timeZoneObject

Returns the value of attribute timeZone.



317
318
319
# File 'lib/crv_api_client/api/animals/animals.rb', line 317

def timeZone
  @timeZone
end

#usernameObject

Returns the value of attribute username.



306
307
308
# File 'lib/crv_api_client/api/animals/animals.rb', line 306

def username
  @username
end

#userTypeObject

Returns the value of attribute userType.



307
308
309
# File 'lib/crv_api_client/api/animals/animals.rb', line 307

def userType
  @userType
end