class Piranha::Models::Passbook
- Piranha::Models::Passbook
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Defined in:
piranha/models/passbook.crConstructors
Instance Method Summary
- #add_barcode(data) : Passbook
- #app_launch_url : String | Nil
- #app_launch_url=(app_launch_url : String | Nil)
- #association_store_identifiers : Array(Int32) | Nil
- #association_store_identifiers=(association_store_identifiers : Array(Int32) | Nil)
- #authentication_token : String | Nil
- #authentication_token=(authentication_token : String | Nil)
- #background_color : String | Nil
- #background_color=(background_color : String | Nil)
- #barcode : Barcode | Nil
- #barcode=(barcode : Barcode | Nil)
- #barcodes : Array(Barcode) | Nil
- #barcodes=(barcodes : Array(Barcode) | Nil)
- #beacons : Array(Beacon) | Nil
- #beacons=(beacons : Array(Beacon) | Nil)
- #description : String
- #description=(description : String)
- #event_ticket : Types::EventTicket
- #event_ticket=(event_ticket : Types::EventTicket)
- #expiration_date : Time | Nil
- #expiration_date=(expiration_date : Time | Nil)
- #foreground_color : String | Nil
- #foreground_color=(foreground_color : String | Nil)
- #format_version : Int32
- #format_version=(format_version : Int32)
- #grouping_identifier : String | Nil
- #grouping_identifier=(grouping_identifier : String | Nil)
- #label_color : String | Nil
- #label_color=(label_color : String | Nil)
- #locations : Array(Location) | Nil
- #locations=(locations : Array(Location) | Nil)
- #logo_text : String | Nil
- #logo_text=(logo_text : String | Nil)
- #max_distance : Int32 | Nil
- #max_distance=(max_distance : Int32 | Nil)
- #organization_name : String
- #organization_name=(organization_name : String)
- #pass_type_identifier : String
- #pass_type_identifier=(pass_type_identifier : String)
- #relevant_date : String | Nil
- #relevant_date=(relevant_date : String | Nil)
- #serial_number : String
- #serial_number=(serial_number : String)
- #suppress_strip_shine : Bool | Nil
- #suppress_strip_shine=(suppress_strip_shine : Bool | Nil)
- #team_identifier : String
- #team_identifier=(team_identifier : String)
- #user_info : String | Nil
- #user_info=(user_info : String | Nil)
- #voided : Bool | Nil
- #voided=(voided : Bool | Nil)
- #web_service_url : String | Nil
- #web_service_url=(web_service_url : String | Nil)
Constructor Detail
Instance Method Detail
def association_store_identifiers=(association_store_identifiers : Array(Int32) | Nil)
#