Class: Fizzy::Types::UpdateNotificationSettingsRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::UpdateNotificationSettingsRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#bundle_email_frequency ⇒ Object
readonly
Returns the value of attribute bundle_email_frequency.
Class Method Summary collapse
Instance Attribute Details
#bundle_email_frequency ⇒ Object (readonly)
Returns the value of attribute 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
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 |