Class: CrvApiClient::Api::Reproduction::Addresses

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(participant = [], address = [], trader = nil) ⇒ Addresses

Returns a new instance of Addresses.



1557
1558
1559
1560
1561
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1557

def initialize(participant = [], address = [], trader = nil)
  @participant = participant
  @address = address
  @trader = trader
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



1554
1555
1556
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1554

def address
  @address
end

#participantObject

Returns the value of attribute participant.



1553
1554
1555
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1553

def participant
  @participant
end

#traderObject

Returns the value of attribute trader.



1555
1556
1557
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1555

def trader
  @trader
end