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
1053 1054 1055 |
# File 'lib/fizzy/generated/types.rb', line 1053 def bundle_email_frequency @bundle_email_frequency end |
Class Method Details
.from_json(data) ⇒ Object
1055 1056 1057 1058 1059 |
# File 'lib/fizzy/generated/types.rb', line 1055 def self.from_json(data) new( bundle_email_frequency: data["bundle_email_frequency"] ) end |