class Stimulus::Param

Defined in:

stimulus/param.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(controller_name : String, name : String, value : String) #

[View source]

Instance Method Detail

def attr_name #

[View source]
def controller_name : String #

[View source]
def name : String #

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

[View source]
def to_s(io) #

[View source]
def value : String #

[View source]