Class: Fizzy::Types::UpdateMyTimezoneRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::UpdateMyTimezoneRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#timezone_name ⇒ Object
readonly
Returns the value of attribute timezone_name.
Class Method Summary collapse
Instance Attribute Details
#timezone_name ⇒ Object (readonly)
Returns the value of attribute timezone_name
1043 1044 1045 |
# File 'lib/fizzy/generated/types.rb', line 1043 def timezone_name @timezone_name end |
Class Method Details
.from_json(data) ⇒ Object
1045 1046 1047 1048 1049 |
# File 'lib/fizzy/generated/types.rb', line 1045 def self.from_json(data) new( timezone_name: data["timezone_name"] ) end |