Class: CrvApiClient::Api::Reproduction::ContextMessageDetail

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

Overview

/contextMessageDetail

contextCode - SOAP::SOAPString
contextValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(contextCode = nil, contextValue = nil) ⇒ ContextMessageDetail

Returns a new instance of ContextMessageDetail.



708
709
710
711
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 708

def initialize(contextCode = nil, contextValue = nil)
  @contextCode = contextCode
  @contextValue = contextValue
end

Instance Attribute Details

#contextCodeObject

Returns the value of attribute contextCode.



705
706
707
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 705

def contextCode
  @contextCode
end

#contextValueObject

Returns the value of attribute contextValue.



706
707
708
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 706

def contextValue
  @contextValue
end