class Piranha::Models::Date

Included Modules

Defined in:

piranha/models/date.cr

Constructors

Instance Method Summary

Instance methods inherited from class Piranha::Models::Field

change_message : String change_message, change_message=(change_message : String) change_message=, key : String key, key=(key : String) key=, label : String label, label=(label : String) label=, text_alignment : String text_alignment, text_alignment=(text_alignment : String) text_alignment=, value : String value, value=(value : String) value=

Constructor methods inherited from class Piranha::Models::Field

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def date_style : String #

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

[View source]
def is_relative : Bool #

[View source]
def is_relative=(is_relative : Bool) #

[View source]
def time_style : String #

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

[View source]