Class: Heartml::AttributeBinding
- Inherits:
-
Struct
- Object
- Struct
- Heartml::AttributeBinding
- Defined in:
- lib/heartml.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#matcher ⇒ Object
Returns the value of attribute matcher.
-
#method ⇒ Object
Returns the value of attribute method.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#only_for_tag ⇒ Object
Returns the value of attribute only_for_tag.
Instance Attribute Details
#matcher ⇒ Object
Returns the value of attribute matcher
23 24 25 |
# File 'lib/heartml.rb', line 23 def matcher @matcher end |
#method ⇒ Object
Returns the value of attribute method
23 24 25 |
# File 'lib/heartml.rb', line 23 def method @method end |
#method_name ⇒ Object
Returns the value of attribute method_name
23 24 25 |
# File 'lib/heartml.rb', line 23 def method_name @method_name end |
#only_for_tag ⇒ Object
Returns the value of attribute only_for_tag
23 24 25 |
# File 'lib/heartml.rb', line 23 def only_for_tag @only_for_tag end |