Class: CrvApiClient::Api::Reproduction::ActualKeeper
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::ActualKeeper
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/actualKeeper
participant - CrvApiClient::Api::Reproduction::ParticipantId
nameAddressLayout - CrvApiClient::Api::Reproduction::NameAddressLayout
Instance Attribute Summary collapse
-
#nameAddressLayout ⇒ Object
Returns the value of attribute nameAddressLayout.
-
#participant ⇒ Object
Returns the value of attribute participant.
Instance Method Summary collapse
-
#initialize(participant = nil, nameAddressLayout = nil) ⇒ ActualKeeper
constructor
A new instance of ActualKeeper.
Constructor Details
#initialize(participant = nil, nameAddressLayout = nil) ⇒ ActualKeeper
Returns a new instance of ActualKeeper.
1371 1372 1373 1374 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1371 def initialize(participant = nil, nameAddressLayout = nil) @participant = participant @nameAddressLayout = nameAddressLayout end |
Instance Attribute Details
#nameAddressLayout ⇒ Object
Returns the value of attribute nameAddressLayout.
1369 1370 1371 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1369 def nameAddressLayout @nameAddressLayout end |
#participant ⇒ Object
Returns the value of attribute participant.
1368 1369 1370 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1368 def participant @participant end |