class Piranha::Models::Field

Included Modules

Direct Known Subclasses

Defined in:

piranha/models/field.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def change_message : String #

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

[View source]
def key : String #

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

[View source]
def label : String #

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

[View source]
def text_alignment : String #

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

[View source]
def value : String #

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

[View source]