Class: UiBibz::Configuration
- Inherits:
-
Object
- Object
- UiBibz::Configuration
- Defined in:
- lib/ui_bibz.rb
Instance Attribute Summary collapse
-
#fontawesomejs ⇒ Object
Returns the value of attribute fontawesomejs.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
59 60 61 |
# File 'lib/ui_bibz.rb', line 59 def initialize @fontawesomejs = true end |
Instance Attribute Details
#fontawesomejs ⇒ Object
Returns the value of attribute fontawesomejs.
57 58 59 |
# File 'lib/ui_bibz.rb', line 57 def fontawesomejs @fontawesomejs end |