Class: CrvApiClient::Api::Animals::ActualKeeper

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

Overview

/actualKeeper

participant - CrvApiClient::Api::Animals::ParticipantId
nameAddressLayout - CrvApiClient::Api::Animals::NameAddressLayout

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(participant = nil, nameAddressLayout = nil) ⇒ ActualKeeper

Returns a new instance of ActualKeeper.



1456
1457
1458
1459
# File 'lib/crv_api_client/api/animals/animals.rb', line 1456

def initialize(participant = nil, nameAddressLayout = nil)
  @participant = participant
  @nameAddressLayout = nameAddressLayout
end

Instance Attribute Details

#nameAddressLayoutObject

Returns the value of attribute nameAddressLayout.



1454
1455
1456
# File 'lib/crv_api_client/api/animals/animals.rb', line 1454

def nameAddressLayout
  @nameAddressLayout
end

#participantObject

Returns the value of attribute participant.



1453
1454
1455
# File 'lib/crv_api_client/api/animals/animals.rb', line 1453

def participant
  @participant
end