Class: Pageflow::Quota::Unlimited

Inherits:
Quota
  • Object
show all
Defined in:
lib/pageflow/quota.rb

Overview

rubocop:todo Style/Documentation

Instance Method Summary collapse

Instance Method Details

#stateObject



57
58
59
# File 'lib/pageflow/quota.rb', line 57

def state
  'available'
end

#state_descriptionObject



61
62
63
# File 'lib/pageflow/quota.rb', line 61

def state_description
  nil
end