Class: Typhoon::Configuration
- Inherits:
-
Object
- Object
- Typhoon::Configuration
- Defined in:
- lib/typhoon/configuration.rb
Instance Attribute Summary collapse
-
#default_port ⇒ Object
Returns the value of attribute default_port.
Instance Method Summary collapse
Instance Attribute Details
#default_port ⇒ Object
Returns the value of attribute default_port.
5 6 7 |
# File 'lib/typhoon/configuration.rb', line 5 def default_port @default_port end |
Instance Method Details
#cloudflared_configuration ⇒ Object
7 8 9 |
# File 'lib/typhoon/configuration.rb', line 7 def cloudflared_configuration ::Typhoon::Cloudflared.configuration end |
#cloudflared_configuration=(value) ⇒ Object
11 12 13 |
# File 'lib/typhoon/configuration.rb', line 11 def cloudflared_configuration=(value) ::Typhoon::Cloudflared.configuration = value end |