Method: Planify::Limitations#all

Defined in:
lib/planify/limitations.rb

#allHash(String,Integer)

Returns all limits defined in this instance

Returns:

  • (Hash(String,Integer))

    A hash mapping class constant name to it’s limit



41
42
43
# File 'lib/planify/limitations.rb', line 41

def all
  @limits
end