Class: Fizzy::Types::UpdateBoardEntropyRequestContent

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#auto_postpone_period_in_daysObject (readonly)

Returns the value of attribute auto_postpone_period_in_days

Returns:

  • (Object)

    the current value of auto_postpone_period_in_days



938
939
940
# File 'lib/fizzy/generated/types.rb', line 938

def auto_postpone_period_in_days
  @auto_postpone_period_in_days
end

Class Method Details

.from_json(data) ⇒ Object

Parameters:

  • data (Hash)

    raw JSON response



940
941
942
943
944
# File 'lib/fizzy/generated/types.rb', line 940

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