struct PassKit::Field

Included Modules

Defined in:

models/style.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(attributes : FieldTuple) #

[View source]

Instance Method Detail

def attributed_value : FieldValue | Nil #

[View source]
def attributed_value=(attributed_value : FieldValue | Nil) #

[View source]
def change_message : String | Nil #

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

[View source]
def data_detector_types : Array(String) | Nil #

[View source]
def data_detector_types=(data_detector_types : Array(String) | Nil) #

[View source]
def key : String #

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

[View source]
def label : String | Nil #

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

[View source]
def text_alignment : String | Nil #

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

[View source]
def value : FieldValue #

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

[View source]