Class: Prorate::Throttle::Status

Inherits:
Struct
  • Object
show all
Defined in:
lib/prorate/throttle.rb

Instance Method Summary collapse

Instance Method Details

#throttled?Boolean

Returns:

  • (Boolean)


161
162
163
# File 'lib/prorate/throttle.rb', line 161

def throttled?
  is_throttled
end