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.



7465
7466
7467
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7465

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

Instance Attribute Details

#animation_typeString

Type of animation. Corresponds to the JSON property animationType

Returns:

  • (String)


7463
7464
7465
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7463

def animation_type
  @animation_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7470
7471
7472
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7470

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