Class: CrvApiClient::Api::Reproduction::DateReason

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

Overview

/dateReason

date - (any)
reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(date = nil, reason = nil) ⇒ DateReason

Returns a new instance of DateReason.



1680
1681
1682
1683
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1680

def initialize(date = nil, reason = nil)
  @date = date
  @reason = reason
end

Instance Attribute Details

#dateObject

Returns the value of attribute date.



1677
1678
1679
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1677

def date
  @date
end

#reasonObject

Returns the value of attribute reason.



1678
1679
1680
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1678

def reason
  @reason
end