Class: TC_JSONAddition::MyJsonStruct
- Defined in:
- lib/vendor/json_pure/tests/test_json_addition.rb
Instance Attribute Summary collapse
-
#bar ⇒ Object
Returns the value of attribute bar.
-
#foo ⇒ Object
Returns the value of attribute foo.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#bar ⇒ Object
Returns the value of attribute bar
120 121 122 |
# File 'lib/vendor/json_pure/tests/test_json_addition.rb', line 120 def @bar end |
#foo ⇒ Object
Returns the value of attribute foo
120 121 122 |
# File 'lib/vendor/json_pure/tests/test_json_addition.rb', line 120 def foo @foo end |