Class: Bunny::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/bunny/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token.



5
6
7
# File 'lib/bunny/configuration.rb', line 5

def api_token
  @api_token
end

#edge_api_tokenObject

Returns the value of attribute edge_api_token.



6
7
8
# File 'lib/bunny/configuration.rb', line 6

def edge_api_token
  @edge_api_token
end

#edge_nameObject

Returns the value of attribute edge_name.



6
7
8
# File 'lib/bunny/configuration.rb', line 6

def edge_name
  @edge_name
end

#edge_regionObject

Returns the value of attribute edge_region.



6
7
8
# File 'lib/bunny/configuration.rb', line 6

def edge_region
  @edge_region
end