Class: CrvApiClient::Api::Reproduction::IntervalId

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.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.



1094
1095
1096
1097
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1094

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

Instance Attribute Details

#nrObject

Returns the value of attribute nr.



1091
1092
1093
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1091

def nr
  @nr
end

#nrTypeObject

Returns the value of attribute nrType.



1092
1093
1094
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1092

def nrType
  @nrType
end