Class: Mirah::Inputs::DiagnosticCodeInput
- Inherits:
-
BaseInputObject
- Object
- BaseInputObject
- Mirah::Inputs::DiagnosticCodeInput
- Defined in:
- lib/mirah/inputs/diagnostic_code_input.rb
Overview
A set of parameters for updating a Data::DiagnosticCocde
Instance Attribute Summary collapse
-
#external_id ⇒ string
readonly
The identifier provided by your system.
-
#name ⇒ string
readonly
A string representing the code, e.g.
Method Summary
Methods inherited from BaseInputObject
from_graphql_hash, #initialize, #to_graphql_hash, #valid?, #validate!
Constructor Details
This class inherits a constructor from Mirah::BaseInputObject
Instance Attribute Details
#external_id ⇒ string (readonly)
Returns The identifier provided by your system.
9 |
# File 'lib/mirah/inputs/diagnostic_code_input.rb', line 9 input :external_id, required: true |
#name ⇒ string (readonly)
Returns A string representing the code, e.g. “F320”.
13 |
# File 'lib/mirah/inputs/diagnostic_code_input.rb', line 13 input :name, required: false |