Class: Hames::Context::Listener

Inherits:
Data
  • Object
show all
Defined in:
lib/hames/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



9
10
11
# File 'lib/hames/context.rb', line 9

def block
  @block
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/hames/context.rb', line 9

def name
  @name
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



9
10
11
# File 'lib/hames/context.rb', line 9

def owner
  @owner
end

#prependObject (readonly)

Returns the value of attribute prepend

Returns:

  • (Object)

    the current value of prepend



9
10
11
# File 'lib/hames/context.rb', line 9

def prepend
  @prepend
end