class Rosegold::TextComponent::ClickEventComponent

Included Modules

Defined in:

rosegold/models/text_component.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, value : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def action : String #

[View source]
def action=(action : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]