Class: MilkTea::Bindings::AttributeBinding
- Inherits:
-
Data
- Object
- Data
- MilkTea::Bindings::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
5 6 7 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 5 def ast @ast end |
#builtin ⇒ Object (readonly)
Returns the value of attribute builtin
5 6 7 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 5 def builtin @builtin end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
5 6 7 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 5 def module_name @module_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 5 def name @name end |
#params ⇒ Object (readonly)
Returns the value of attribute params
5 6 7 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 5 def params @params end |
#targets ⇒ Object (readonly)
Returns the value of attribute targets
5 6 7 |
# File 'lib/milk_tea/core/bindings/attribute_binding.rb', line 5 def targets @targets end |