Class: CrvApiClient::Api::Animals::Addresses

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Addresses.



997
998
999
1000
1001
# File 'lib/crv_api_client/api/animals/animals.rb', line 997

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

Instance Attribute Details

#addressObject

Returns the value of attribute address.



994
995
996
# File 'lib/crv_api_client/api/animals/animals.rb', line 994

def address
  @address
end

#participantObject

Returns the value of attribute participant.



993
994
995
# File 'lib/crv_api_client/api/animals/animals.rb', line 993

def participant
  @participant
end

#traderObject

Returns the value of attribute trader.



995
996
997
# File 'lib/crv_api_client/api/animals/animals.rb', line 995

def trader
  @trader
end