Class: Google::Apis::BooksV1::UserSettings::Notification::RewardExpirations

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RewardExpirations

Returns a new instance of RewardExpirations.



2983
2984
2985
# File 'lib/google/apis/books_v1/classes.rb', line 2983

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

Instance Attribute Details

#opted_stateString

Corresponds to the JSON property opted_state

Returns:

  • (String)


2981
2982
2983
# File 'lib/google/apis/books_v1/classes.rb', line 2981

def opted_state
  @opted_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2988
2989
2990
# File 'lib/google/apis/books_v1/classes.rb', line 2988

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