Class: Google::Apis::WalletobjectsV1::SecurityAnimation

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) ⇒ SecurityAnimation

Returns a new instance of SecurityAnimation.



7520
7521
7522
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7520

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

Instance Attribute Details

#animation_typeString

Type of animation. Corresponds to the JSON property animationType

Returns:

  • (String)


7518
7519
7520
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7518

def animation_type
  @animation_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7525
7526
7527
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7525

def update!(**args)
  @animation_type = args[:animation_type] if args.key?(:animation_type)
end