Class: MilkTea::AttributeBinding
- Inherits:
-
Data
- Object
- Data
- MilkTea::AttributeBinding
- Defined in:
- lib/milk_tea/core/bindings/attribute_binding.rb
Instance Attribute Summary collapse
-
#ast ⇒ Object
readonly
Returns the value of attribute ast.
-
#builtin ⇒ Object
readonly
Returns the value of attribute builtin.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#targets ⇒ Object
readonly
Returns the value of attribute targets.
Instance Attribute Details
#ast ⇒ Object (readonly)
Returns the value of attribute ast
4 5 6 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4 def ast @ast end |
#builtin ⇒ Object (readonly)
Returns the value of attribute builtin
4 5 6 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4 def builtin @builtin end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
4 5 6 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4 def module_name @module_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4 def name @name end |
#params ⇒ Object (readonly)
Returns the value of attribute params
4 5 6 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4 def params @params end |
#targets ⇒ Object (readonly)
Returns the value of attribute targets
4 5 6 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 4 def targets @targets end |