struct PassKit::Beacon

Included Modules

Defined in:

models/beacon.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(proximity_uuid : String, major : UInt16 | Nil = nil, minor : UInt16 | Nil = nil, relevant_text : Nil | String = nil) #

[View source]

Instance Method Detail

def major : UInt16 | Nil #

[View source]
def major=(major : UInt16 | Nil) #

[View source]
def minor : UInt16 | Nil #

[View source]
def minor=(minor : UInt16 | Nil) #

[View source]
def proximity_uuid : String #

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

[View source]
def relevant_text : String | Nil #

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

[View source]