class CrvApiClient::Api::Reproduction::IntervalId

{ws.crvholding.com/dictionaryTypes/}intervalId

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

Attributes

nr[RW]
nrType[RW]

Public Class Methods

new(nr = nil, nrType = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 1094
def initialize(nr = nil, nrType = nil)
  @nr = nr
  @nrType = nrType
end