class Mobile::EmailBehaviorComponent

Defined in:

components/mobile/email_behavior_component.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context, trigger : String = "press", email : String] of Nil

Constructors

Instance Method Summary

Instance methods inherited from class BaseHXMLComponent

android? : Bool android?, ios? : Bool ios?

Constructor Detail

def self.new(context : HTTP::Server::Context, email : String, trigger : String = "press", **unused_exposures) #

Instance Method Detail

def email : String #

def render #
Description copied from class LuckyHXML::Component

Render HXML without a block

NOTE Must override to use


[View source]
def trigger : String #