Class: TC_JSONAddition::MyJsonStruct
- Defined in:
- lib/crazy_ivan/vendor/json-1.1.7/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
122 123 124 |
# File 'lib/crazy_ivan/vendor/json-1.1.7/tests/test_json_addition.rb', line 122 def @bar end |
#foo ⇒ Object
Returns the value of attribute foo
122 123 124 |
# File 'lib/crazy_ivan/vendor/json-1.1.7/tests/test_json_addition.rb', line 122 def foo @foo end |