class Psapi::Settings
Attributes
max_directs[RW]
max_directs_per_channel[RW]
max_relays[RW]
max_relays_per_channel[RW]
max_upstream_rate[RW]
max_upstream_rate_per_channel[RW]
Public Class Methods
new(hash)
click to toggle source
Calls superclass method
Psapi::API_Object::new
# File lib/psapi/settings.rb, line 28 def initialize(hash) super end
Public Instance Methods
channel_cleaner()
click to toggle source
# File lib/psapi/settings.rb, line 32 def channel_cleaner ChannelCleaner.new(@channel_cleaner) end