Class: Rage::Configuration::Cable
- Inherits:
-
Object
- Object
- Rage::Configuration::Cable
- Defined in:
- lib/rage/configuration.rb
Instance Attribute Summary collapse
-
#allowed_request_origins ⇒ Object
Returns the value of attribute allowed_request_origins.
-
#disable_request_forgery_protection ⇒ Object
Returns the value of attribute disable_request_forgery_protection.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
Instance Method Summary collapse
-
#initialize ⇒ Cable
constructor
A new instance of Cable.
Constructor Details
Instance Attribute Details
#allowed_request_origins ⇒ Object
Returns the value of attribute allowed_request_origins.
238 239 240 |
# File 'lib/rage/configuration.rb', line 238 def allowed_request_origins @allowed_request_origins end |
#disable_request_forgery_protection ⇒ Object
Returns the value of attribute disable_request_forgery_protection.
238 239 240 |
# File 'lib/rage/configuration.rb', line 238 def disable_request_forgery_protection @disable_request_forgery_protection end |
#protocol ⇒ Object
Returns the value of attribute protocol.
238 239 240 |
# File 'lib/rage/configuration.rb', line 238 def protocol @protocol end |