class Rosegold::TextComponent::ScoreComponent

Included Modules

Defined in:

rosegold/models/text_component.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, objective : String) #

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

[View source]

Instance Method Detail

def name : String #

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

[View source]
def objective : String #

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

[View source]