Class: Heartml::AttributeBinding

Inherits:
Struct
  • Object
show all
Defined in:
lib/heartml.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



23
24
25
# File 'lib/heartml.rb', line 23

def matcher
  @matcher
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



23
24
25
# File 'lib/heartml.rb', line 23

def method
  @method
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



23
24
25
# File 'lib/heartml.rb', line 23

def method_name
  @method_name
end

#only_for_tagObject

Returns the value of attribute only_for_tag

Returns:

  • (Object)

    the current value of only_for_tag



23
24
25
# File 'lib/heartml.rb', line 23

def only_for_tag
  @only_for_tag
end