Class: Fizzy::Types::UpdateNotificationSettingsRequestContent

Inherits:
Data
  • Object
show all
Defined in:
lib/fizzy/generated/types.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#bundle_email_frequencyObject (readonly)

Returns the value of attribute bundle_email_frequency

Returns:

  • (Object)

    the current value of bundle_email_frequency



1032
1033
1034
# File 'lib/fizzy/generated/types.rb', line 1032

def bundle_email_frequency
  @bundle_email_frequency
end

Class Method Details

.from_json(data) ⇒ Object

Parameters:

  • data (Hash)

    raw JSON response



1034
1035
1036
1037
1038
# File 'lib/fizzy/generated/types.rb', line 1034

def self.from_json(data)
  new(
    bundle_email_frequency: data["bundle_email_frequency"]
  )
end