Class: Test1
- Inherits:
-
Struct
- Object
- Struct
- Test1
- Defined in:
- lib/bench.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#c ⇒ Object
Returns the value of attribute c.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
7 8 9 |
# File 'lib/bench.rb', line 7 def a @a end |
#b ⇒ Object
Returns the value of attribute b
7 8 9 |
# File 'lib/bench.rb', line 7 def b @b end |
#c ⇒ Object
Returns the value of attribute c
7 8 9 |
# File 'lib/bench.rb', line 7 def c @c end |