Class: Mirah::Inputs::DiagnosticCodeInput

Inherits:
BaseInputObject show all
Defined in:
lib/mirah/inputs/diagnostic_code_input.rb

Overview

A set of parameters for updating a Data::DiagnosticCocde

Instance Attribute Summary collapse

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_idstring (readonly)

Returns The identifier provided by your system.

Returns:

  • (string)

    The identifier provided by your system



9
# File 'lib/mirah/inputs/diagnostic_code_input.rb', line 9

input :external_id, required: true

#namestring (readonly)

Returns A string representing the code, e.g. “F320”.

Returns:

  • (string)

    A string representing the code, e.g. “F320”



13
# File 'lib/mirah/inputs/diagnostic_code_input.rb', line 13

input :name, required: false