Class: CrvApiClient::Api::Reproduction::IntervalId
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::IntervalId
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/intervalId
nr - SOAP::SOAPString
nrType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#nr ⇒ Object
Returns the value of attribute nr.
-
#nrType ⇒ Object
Returns the value of attribute nrType.
Instance Method Summary collapse
-
#initialize(nr = nil, nrType = nil) ⇒ IntervalId
constructor
A new instance of IntervalId.
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
#nr ⇒ Object
Returns the value of attribute nr.
1091 1092 1093 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1091 def nr @nr end |
#nrType ⇒ Object
Returns the value of attribute nrType.
1092 1093 1094 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1092 def nrType @nrType end |