Class: CrvApiClient::Api::Reproduction::ParticipantComplete
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::ParticipantComplete
- 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
-
#address ⇒ Object
Returns the value of attribute address.
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#participant ⇒ Object
Returns the value of attribute participant.
Instance Method Summary collapse
-
#initialize(participant = nil, address = [], connection = []) ⇒ ParticipantComplete
constructor
A new instance of ParticipantComplete.
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
#address ⇒ Object
Returns the value of attribute address.
1354 1355 1356 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1354 def address @address end |
#connection ⇒ Object
Returns the value of attribute connection.
1355 1356 1357 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1355 def connection @connection end |
#participant ⇒ Object
Returns the value of attribute participant.
1353 1354 1355 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1353 def participant @participant end |