Class: Answers::Core::Stylesheet
- Inherits:
-
Object
- Object
- Answers::Core::Stylesheet
- Defined in:
- lib/answers/core/configuration.rb
Overview
wrapper for stylesheet registration
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Stylesheet
constructor
A new instance of Stylesheet.
Constructor Details
#initialize(*args) ⇒ Stylesheet
Returns a new instance of Stylesheet.
83 84 85 86 |
# File 'lib/answers/core/configuration.rb', line 83 def initialize(*args) @options = args. @path = args.first if args.first end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
82 83 84 |
# File 'lib/answers/core/configuration.rb', line 82 def @options end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
82 83 84 |
# File 'lib/answers/core/configuration.rb', line 82 def path @path end |