Class: HBW::Config
- Inherits:
-
Object
- Object
- HBW::Config
- Defined in:
- lib/hbw/config.rb
Instance Attribute Summary collapse
-
#notice_only_api_key ⇒ Object
Returns the value of attribute notice_only_api_key.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
3 4 5 |
# File 'lib/hbw/config.rb', line 3 def initialize @notice_only_api_key = nil end |
Instance Attribute Details
#notice_only_api_key ⇒ Object
Returns the value of attribute notice_only_api_key.
6 7 8 |
# File 'lib/hbw/config.rb', line 6 def notice_only_api_key @notice_only_api_key end |