Class: Mirah::Inputs::OrganizationInput
- Inherits:
-
BaseInputObject
- Object
- BaseInputObject
- Mirah::Inputs::OrganizationInput
- Defined in:
- lib/mirah/inputs/organization_input.rb
Overview
A set of parameters for updating a Data::Organization
Instance Attribute Summary collapse
-
#external_id ⇒ string
readonly
The identifier provided by your system.
-
#external_part_of_id ⇒ string
readonly
Your system identifier for the organization this organization is a child of.
-
#name ⇒ string
readonly
The organization’s name.
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/organization_input.rb', line 9 input :external_id, required: true |
#external_part_of_id ⇒ string (readonly)
Returns Your system identifier for the organization this organization is a child of.
17 |
# File 'lib/mirah/inputs/organization_input.rb', line 17 input :external_part_of_id, required: false |
#name ⇒ string (readonly)
Returns The organization’s name.
13 |
# File 'lib/mirah/inputs/organization_input.rb', line 13 input :name, required: false |