Class: GcfRuby::Configuration
- Inherits:
-
Object
- Object
- GcfRuby::Configuration
- Defined in:
- lib/gcf_ruby.rb
Instance Attribute Summary collapse
-
#api_bearer ⇒ Object
Returns the value of attribute api_bearer.
-
#api_url ⇒ Object
Returns the value of attribute api_url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
80 81 82 83 |
# File 'lib/gcf_ruby.rb', line 80 def initialize @api_url = 'default option' @api_bearer = 'default option' end |
Instance Attribute Details
#api_bearer ⇒ Object
Returns the value of attribute api_bearer.
78 79 80 |
# File 'lib/gcf_ruby.rb', line 78 def api_bearer @api_bearer end |
#api_url ⇒ Object
Returns the value of attribute api_url.
77 78 79 |
# File 'lib/gcf_ruby.rb', line 77 def api_url @api_url end |