class Stimulus::Action

Defined in:

stimulus/action.cr

Constant Summary

ATTR_NAME = "data-action"

Constructors

Instance Method Summary

Constructor Detail

def self.new(event : String, controller_name : String, action_name : String) #

[View source]

Instance Method Detail

def action_name : String #

[View source]
def attr_value #

[View source]
def controller_name : String #

[View source]
def event : String #

[View source]
def to_html_attrs(_tag, attrs) #

[View source]
def to_s(io) #

[View source]