Class: CrvApiClient::Api::Reproduction::ActualKeeper

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#nameAddressLayoutObject

Returns the value of attribute nameAddressLayout.



1369
1370
1371
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1369

def nameAddressLayout
  @nameAddressLayout
end

#participantObject

Returns the value of attribute participant.



1368
1369
1370
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1368

def participant
  @participant
end