Class: Cloudflared::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/cloudflared/config.rb

Overview

Class used to initialize configuration object.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



11
12
# File 'lib/cloudflared/config.rb', line 11

def initialize
end

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



5
6
7
# File 'lib/cloudflared/config.rb', line 5

def 
  @account_id
end

#adapterObject

Returns the value of attribute adapter.



8
9
10
# File 'lib/cloudflared/config.rb', line 8

def adapter
  @adapter
end

#api_keyObject

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_keyObject

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_hashObject

Returns the value of attribute images_hash.



6
7
8
# File 'lib/cloudflared/config.rb', line 6

def images_hash
  @images_hash
end

#stubsObject

Returns the value of attribute stubs.



9
10
11
# File 'lib/cloudflared/config.rb', line 9

def stubs
  @stubs
end