Class: CrvApiClient::Api::Animals::IntervalId

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

Overview

/intervalId

nr - SOAP::SOAPString
nrType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nr = nil, nrType = nil) ⇒ IntervalId

Returns a new instance of IntervalId.



733
734
735
736
# File 'lib/crv_api_client/api/animals/animals.rb', line 733

def initialize(nr = nil, nrType = nil)
  @nr = nr
  @nrType = nrType
end

Instance Attribute Details

#nrObject

Returns the value of attribute nr.



730
731
732
# File 'lib/crv_api_client/api/animals/animals.rb', line 730

def nr
  @nr
end

#nrTypeObject

Returns the value of attribute nrType.



731
732
733
# File 'lib/crv_api_client/api/animals/animals.rb', line 731

def nrType
  @nrType
end