Class: Google::Apis::WalletobjectsV1::Resources

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/walletobjects_v1/classes.rb,
lib/google/apis/walletobjects_v1/representations.rb,
lib/google/apis/walletobjects_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Resources

Returns a new instance of Resources.



7071
7072
7073
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7071

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#event_ticket_classesArray<Google::Apis::WalletobjectsV1::EventTicketClass>

A list of event ticket classes. Corresponds to the JSON property eventTicketClasses



7004
7005
7006
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7004

def event_ticket_classes
  @event_ticket_classes
end

#event_ticket_objectsArray<Google::Apis::WalletobjectsV1::EventTicketObject>

A list of event ticket objects. Corresponds to the JSON property eventTicketObjects



7009
7010
7011
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7009

def event_ticket_objects
  @event_ticket_objects
end

#flight_classesArray<Google::Apis::WalletobjectsV1::FlightClass>

A list of flight classes. Corresponds to the JSON property flightClasses



7014
7015
7016
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7014

def flight_classes
  @flight_classes
end

#flight_objectsArray<Google::Apis::WalletobjectsV1::FlightObject>

A list of flight objects. Corresponds to the JSON property flightObjects



7019
7020
7021
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7019

def flight_objects
  @flight_objects
end

#generic_classesArray<Google::Apis::WalletobjectsV1::GenericClass>

A list of generic classes. Corresponds to the JSON property genericClasses



7024
7025
7026
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7024

def generic_classes
  @generic_classes
end

#generic_objectsArray<Google::Apis::WalletobjectsV1::GenericObject>

A list of generic objects. Corresponds to the JSON property genericObjects



7029
7030
7031
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7029

def generic_objects
  @generic_objects
end

#gift_card_classesArray<Google::Apis::WalletobjectsV1::GiftCardClass>

A list of gift card classes. Corresponds to the JSON property giftCardClasses



7034
7035
7036
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7034

def gift_card_classes
  @gift_card_classes
end

#gift_card_objectsArray<Google::Apis::WalletobjectsV1::GiftCardObject>

A list of gift card objects. Corresponds to the JSON property giftCardObjects



7039
7040
7041
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7039

def gift_card_objects
  @gift_card_objects
end

#loyalty_classesArray<Google::Apis::WalletobjectsV1::LoyaltyClass>

A list of loyalty classes. Corresponds to the JSON property loyaltyClasses



7044
7045
7046
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7044

def loyalty_classes
  @loyalty_classes
end

#loyalty_objectsArray<Google::Apis::WalletobjectsV1::LoyaltyObject>

A list of loyalty objects. Corresponds to the JSON property loyaltyObjects



7049
7050
7051
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7049

def loyalty_objects
  @loyalty_objects
end

#offer_classesArray<Google::Apis::WalletobjectsV1::OfferClass>

A list of offer classes. Corresponds to the JSON property offerClasses



7054
7055
7056
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7054

def offer_classes
  @offer_classes
end

#offer_objectsArray<Google::Apis::WalletobjectsV1::OfferObject>

A list of offer objects. Corresponds to the JSON property offerObjects



7059
7060
7061
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7059

def offer_objects
  @offer_objects
end

#transit_classesArray<Google::Apis::WalletobjectsV1::TransitClass>

A list of transit classes. Corresponds to the JSON property transitClasses



7064
7065
7066
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7064

def transit_classes
  @transit_classes
end

#transit_objectsArray<Google::Apis::WalletobjectsV1::TransitObject>

A list of transit objects. Corresponds to the JSON property transitObjects



7069
7070
7071
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7069

def transit_objects
  @transit_objects
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7076

def update!(**args)
  @event_ticket_classes = args[:event_ticket_classes] if args.key?(:event_ticket_classes)
  @event_ticket_objects = args[:event_ticket_objects] if args.key?(:event_ticket_objects)
  @flight_classes = args[:flight_classes] if args.key?(:flight_classes)
  @flight_objects = args[:flight_objects] if args.key?(:flight_objects)
  @generic_classes = args[:generic_classes] if args.key?(:generic_classes)
  @generic_objects = args[:generic_objects] if args.key?(:generic_objects)
  @gift_card_classes = args[:gift_card_classes] if args.key?(:gift_card_classes)
  @gift_card_objects = args[:gift_card_objects] if args.key?(:gift_card_objects)
  @loyalty_classes = args[:loyalty_classes] if args.key?(:loyalty_classes)
  @loyalty_objects = args[:loyalty_objects] if args.key?(:loyalty_objects)
  @offer_classes = args[:offer_classes] if args.key?(:offer_classes)
  @offer_objects = args[:offer_objects] if args.key?(:offer_objects)
  @transit_classes = args[:transit_classes] if args.key?(:transit_classes)
  @transit_objects = args[:transit_objects] if args.key?(:transit_objects)
end