class CrvApiClient::Api::Reproduction::Addresses

{ws.crvholding.com/animalTypes/}addresses

participant - CrvApiClient::Api::Reproduction::Participant
address - CrvApiClient::Api::Reproduction::Address
trader - CrvApiClient::Api::Reproduction::ParticipantId

Attributes

address[RW]
participant[RW]
trader[RW]

Public Class Methods

new(participant = [], address = [], trader = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 1557
def initialize(participant = [], address = [], trader = nil)
  @participant = participant
  @address = address
  @trader = trader
end