Class: CrvApiClient::Api::Reproduction::Depot

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

Overview

/depot

depot - SOAP::SOAPString
depotName - SOAP::SOAPString
city - SOAP::SOAPString
semenStock - CrvApiClient::Api::Reproduction::SemenAmount
semenOrder - CrvApiClient::Api::Reproduction::SemenOrder

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(depot = nil, depotName = nil, city = nil, semenStock = [], semenOrder = []) ⇒ Depot

Returns a new instance of Depot.



1997
1998
1999
2000
2001
2002
2003
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1997

def initialize(depot = nil, depotName = nil, city = nil, semenStock = [], semenOrder = [])
  @depot = depot
  @depotName = depotName
  @city = city
  @semenStock = semenStock
  @semenOrder = semenOrder
end

Instance Attribute Details

#cityObject

Returns the value of attribute city.



1993
1994
1995
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1993

def city
  @city
end

#depotObject

Returns the value of attribute depot.



1991
1992
1993
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1991

def depot
  @depot
end

#depotNameObject

Returns the value of attribute depotName.



1992
1993
1994
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1992

def depotName
  @depotName
end

#semenOrderObject

Returns the value of attribute semenOrder.



1995
1996
1997
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1995

def semenOrder
  @semenOrder
end

#semenStockObject

Returns the value of attribute semenStock.



1994
1995
1996
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1994

def semenStock
  @semenStock
end