class CrvApiClient::Api::Reproduction::ActualKeeper
{ws.crvholding.com/participantTypes/}actualKeeper
participant - CrvApiClient::Api::Reproduction::ParticipantId nameAddressLayout - CrvApiClient::Api::Reproduction::NameAddressLayout
Attributes
nameAddressLayout[RW]
participant[RW]
Public Class Methods
new(participant = nil, nameAddressLayout = nil)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 1371 def initialize(participant = nil, nameAddressLayout = nil) @participant = participant @nameAddressLayout = nameAddressLayout end