Class: MilkTea::AttributeBinding

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/bindings/attribute_binding.rb

Instance Attribute Summary collapse

Instance Attribute Details

#astObject (readonly)

Returns the value of attribute ast

Returns:

  • (Object)

    the current value of ast



4
5
6
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4

def ast
  @ast
end

#builtinObject (readonly)

Returns the value of attribute builtin

Returns:

  • (Object)

    the current value of builtin



4
5
6
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4

def builtin
  @builtin
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



4
5
6
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4

def module_name
  @module_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4

def name
  @name
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



4
5
6
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4

def params
  @params
end

#targetsObject (readonly)

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



4
5
6
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4

def targets
  @targets
end