Module: Orthoses::Trace::Attribute::Hook
- Defined in:
- lib/orthoses/trace/attribute.rb
Instance Method Summary collapse
- #attr(*names) ⇒ Object
- #attr_accessor(*names) ⇒ Object
- #attr_reader(*names) ⇒ Object
- #attr_writer(*names) ⇒ Object
Instance Method Details
#attr(*names) ⇒ Object
7 8 9 |
# File 'lib/orthoses/trace/attribute.rb', line 7 def attr(*names) super end |
#attr_accessor(*names) ⇒ Object
11 12 13 |
# File 'lib/orthoses/trace/attribute.rb', line 11 def attr_accessor(*names) super end |
#attr_reader(*names) ⇒ Object
15 16 17 |
# File 'lib/orthoses/trace/attribute.rb', line 15 def attr_reader(*names) super end |
#attr_writer(*names) ⇒ Object
19 20 21 |
# File 'lib/orthoses/trace/attribute.rb', line 19 def attr_writer(*names) super end |