Class: Cloudflared::Config
- Inherits:
-
Object
- Object
- Cloudflared::Config
- Defined in:
- lib/cloudflared/config.rb
Overview
Class used to initialize configuration object.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#images_default_key ⇒ Object
Returns the value of attribute images_default_key.
-
#images_hash ⇒ Object
Returns the value of attribute images_hash.
-
#stubs ⇒ Object
Returns the value of attribute stubs.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
11 12 |
# File 'lib/cloudflared/config.rb', line 11 def initialize end |
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
5 6 7 |
# File 'lib/cloudflared/config.rb', line 5 def account_id @account_id end |
#adapter ⇒ Object
Returns the value of attribute adapter.
8 9 10 |
# File 'lib/cloudflared/config.rb', line 8 def adapter @adapter end |
#api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/cloudflared/config.rb', line 4 def api_key @api_key end |
#images_default_key ⇒ Object
Returns the value of attribute images_default_key.
7 8 9 |
# File 'lib/cloudflared/config.rb', line 7 def images_default_key @images_default_key end |
#images_hash ⇒ Object
Returns the value of attribute images_hash.
6 7 8 |
# File 'lib/cloudflared/config.rb', line 6 def images_hash @images_hash end |
#stubs ⇒ Object
Returns the value of attribute stubs.
9 10 11 |
# File 'lib/cloudflared/config.rb', line 9 def stubs @stubs end |