Class: CrvApiClient::Api::Reproduction::ParticipantComplete

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

Overview

/participantComplete

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ParticipantComplete.



1357
1358
1359
1360
1361
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1357

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

Instance Attribute Details

#addressObject

Returns the value of attribute address.



1354
1355
1356
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1354

def address
  @address
end

#connectionObject

Returns the value of attribute connection.



1355
1356
1357
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1355

def connection
  @connection
end

#participantObject

Returns the value of attribute participant.



1353
1354
1355
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1353

def participant
  @participant
end