Class: Jade::Extensions::CallContext

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/extensions.rb

Overview

The node travels with the types because a literal's value — a SQL string, a constant predicate — is not in them.

Instance Attribute Summary collapse

Instance Attribute Details

#arg_typesObject (readonly)

Returns the value of attribute arg_types

Returns:

  • (Object)

    the current value of arg_types



48
49
50
# File 'lib/jade/extensions.rb', line 48

def arg_types
  @arg_types
end

#entry_nameObject (readonly)

Returns the value of attribute entry_name

Returns:

  • (Object)

    the current value of entry_name



48
49
50
# File 'lib/jade/extensions.rb', line 48

def entry_name
  @entry_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/jade/extensions.rb', line 48

def name
  @name
end

#nodeObject (readonly)

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



48
49
50
# File 'lib/jade/extensions.rb', line 48

def node
  @node
end

#registryObject (readonly)

Returns the value of attribute registry

Returns:

  • (Object)

    the current value of registry



48
49
50
# File 'lib/jade/extensions.rb', line 48

def registry
  @registry
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



48
49
50
# File 'lib/jade/extensions.rb', line 48

def span
  @span
end