Class: Okay::GraphQL::Container
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
25 26 27 |
# File 'lib/okay/graphql.rb', line 25 def value @value end |
Instance Method Details
#inspect ⇒ Object
26 27 28 |
# File 'lib/okay/graphql.rb', line 26 def inspect value end |