Class: Psapi::Listener

Inherits:
API_Object show all
Defined in:
lib/psapi/listener.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from API_Object

accessors_for, define_all_with, inherited, #initialize, #mass_assign

Methods included from Internal

camel_to_snake

Methods included from PeercastStation

initialize, #method_missing

Constructor Details

This class inherits a constructor from Psapi::API_Object

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Psapi::PeercastStation

Instance Attribute Details

#global_acceptsObject

Returns the value of attribute global_accepts.



15
16
17
# File 'lib/psapi/listener.rb', line 15

def global_accepts
  @global_accepts
end

#local_acceptsObject

Returns the value of attribute local_accepts.



15
16
17
# File 'lib/psapi/listener.rb', line 15

def local_accepts
  @local_accepts
end

Instance Method Details

#global_authorization_required=(bool) ⇒ Object



20
21
# File 'lib/psapi/listener.rb', line 20

def global_authorization_required=(bool)
end

#global_authorization_required?Boolean

Returns:

  • (Boolean)


26
27
# File 'lib/psapi/listener.rb', line 26

def global_authorization_required?
end

#local_authorization_required=(bool) ⇒ Object



17
18
# File 'lib/psapi/listener.rb', line 17

def local_authorization_required=(bool)
end

#local_authorization_required?Boolean

Returns:

  • (Boolean)


23
24
# File 'lib/psapi/listener.rb', line 23

def local_authorization_required?
end

#removeObject



29
30
# File 'lib/psapi/listener.rb', line 29

def remove
end

#reset_authentication_keyObject



5
6
# File 'lib/psapi/listener.rb', line 5

def reset_authentication_key
end