Class: Hames::Context::Listener
- Inherits:
-
Data
- Object
- Data
- Hames::Context::Listener
- Defined in:
- lib/hames/context.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#prepend ⇒ Object
readonly
Returns the value of attribute prepend.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
9 10 11 |
# File 'lib/hames/context.rb', line 9 def block @block end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/hames/context.rb', line 9 def name @name end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
9 10 11 |
# File 'lib/hames/context.rb', line 9 def owner @owner end |
#prepend ⇒ Object (readonly)
Returns the value of attribute prepend
9 10 11 |
# File 'lib/hames/context.rb', line 9 def prepend @prepend end |