Class: Mirah::Inputs::OrganizationInput

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

Overview

A set of parameters for updating a Data::Organization

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/organization_input.rb', line 9

input :external_id, required: true

#external_part_of_idstring (readonly)

Returns Your system identifier for the organization this organization is a child of.

Returns:

  • (string)

    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

#namestring (readonly)

Returns The organization’s name.

Returns:

  • (string)

    The organization’s name



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

input :name, required: false