Class: CrvApiClient::Api::Reproduction::MissingAdvice

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

Overview

/missingAdvice

ranking - SOAP::SOAPString
missingAdviceType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ranking = nil, missingAdviceType = nil) ⇒ MissingAdvice

Returns a new instance of MissingAdvice.



2761
2762
2763
2764
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2761

def initialize(ranking = nil, missingAdviceType = nil)
  @ranking = ranking
  @missingAdviceType = missingAdviceType
end

Instance Attribute Details

#missingAdviceTypeObject

Returns the value of attribute missingAdviceType.



2759
2760
2761
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2759

def missingAdviceType
  @missingAdviceType
end

#rankingObject

Returns the value of attribute ranking.



2758
2759
2760
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2758

def ranking
  @ranking
end