Class: Okay::GraphQL::Container

Inherits:
Struct
  • Object
show all
Defined in:
lib/okay/graphql.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



25
26
27
# File 'lib/okay/graphql.rb', line 25

def value
  @value
end

Instance Method Details

#inspectObject



26
27
28
# File 'lib/okay/graphql.rb', line 26

def inspect
  value
end