Class: Psapi::Listener
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
initialize, #method_missing
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Psapi::PeercastStation
Instance Attribute Details
#global_accepts ⇒ Object
Returns the value of attribute global_accepts.
15
16
17
|
# File 'lib/psapi/listener.rb', line 15
def global_accepts
@global_accepts
end
|
#local_accepts ⇒ Object
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
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
23
24
|
# File 'lib/psapi/listener.rb', line 23
def local_authorization_required?
end
|
#remove ⇒ Object
29
30
|
# File 'lib/psapi/listener.rb', line 29
def remove
end
|
#reset_authentication_key ⇒ Object
5
6
|
# File 'lib/psapi/listener.rb', line 5
def reset_authentication_key
end
|