Class: CrvApiClient::Api::Animals::ParticipantComplete

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

Overview

/participantComplete

participant - CrvApiClient::Api::Animals::Participant
address - CrvApiClient::Api::Animals::Address
connection - CrvApiClient::Api::Animals::Connection

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(participant = nil, address = [], connection = []) ⇒ ParticipantComplete

Returns a new instance of ParticipantComplete.



1442
1443
1444
1445
1446
# File 'lib/crv_api_client/api/animals/animals.rb', line 1442

def initialize(participant = nil, address = [], connection = [])
  @participant = participant
  @address = address
  @connection = connection
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



1439
1440
1441
# File 'lib/crv_api_client/api/animals/animals.rb', line 1439

def address
  @address
end

#connectionObject

Returns the value of attribute connection.



1440
1441
1442
# File 'lib/crv_api_client/api/animals/animals.rb', line 1440

def connection
  @connection
end

#participantObject

Returns the value of attribute participant.



1438
1439
1440
# File 'lib/crv_api_client/api/animals/animals.rb', line 1438

def participant
  @participant
end