class Orma::ModelTemplateId

Defined in:

orma/model_template_id.cr

Constant Summary

ATTR_NAME = "data-model-template-id"

Constructors

Instance Method Summary

Constructor Detail

def self.new(model_class : String, model_id : Int32 | Int64, template_name : String) #

[View source]

Instance Method Detail

def attr_value #

[View source]
def model_class : String #

[View source]
def model_id : Int32 | Int64 #

[View source]
def selector #

[View source]
def template_name : String #

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

[View source]