Class: Kanade::Config
- Inherits:
-
Object
- Object
- Kanade::Config
- Defined in:
- lib/kanade/config/default.rb
Instance Attribute Summary collapse
-
#contract ⇒ Object
Returns the value of attribute contract.
-
#enum ⇒ Object
Returns the value of attribute enum.
Class Method Summary collapse
Instance Attribute Details
#contract ⇒ Object
Returns the value of attribute contract.
7 8 9 |
# File 'lib/kanade/config/default.rb', line 7 def contract @contract end |
#enum ⇒ Object
Returns the value of attribute enum.
8 9 10 |
# File 'lib/kanade/config/default.rb', line 8 def enum @enum end |
Class Method Details
.default ⇒ Object
3 4 5 |
# File 'lib/kanade/config/default.rb', line 3 def self.default Config.new end |