Class: Fizzy::Types::UpdateBoardEntropyRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::UpdateBoardEntropyRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#auto_postpone_period_in_days ⇒ Object
readonly
Returns the value of attribute auto_postpone_period_in_days.
Class Method Summary collapse
Instance Attribute Details
#auto_postpone_period_in_days ⇒ Object (readonly)
Returns the value of attribute auto_postpone_period_in_days
949 950 951 |
# File 'lib/fizzy/generated/types.rb', line 949 def auto_postpone_period_in_days @auto_postpone_period_in_days end |
Class Method Details
.from_json(data) ⇒ Object
951 952 953 954 955 |
# File 'lib/fizzy/generated/types.rb', line 951 def self.from_json(data) new( auto_postpone_period_in_days: data["auto_postpone_period_in_days"] ) end |