Class: Concrete::ConcreteSyntaxProvider::ConcreteSyntax
- Inherits:
-
Object
- Object
- Concrete::ConcreteSyntaxProvider::ConcreteSyntax
- Defined in:
- lib/concrete/concrete_syntax_provider.rb
Instance Attribute Summary collapse
-
#cssStyleFile ⇒ Object
Returns the value of attribute cssStyleFile.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#htmlTemplates ⇒ Object
Returns the value of attribute htmlTemplates.
-
#ident ⇒ Object
Returns the value of attribute ident.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#cssStyleFile ⇒ Object
Returns the value of attribute cssStyleFile.
6 7 8 |
# File 'lib/concrete/concrete_syntax_provider.rb', line 6 def cssStyleFile @cssStyleFile end |
#desc ⇒ Object
Returns the value of attribute desc.
6 7 8 |
# File 'lib/concrete/concrete_syntax_provider.rb', line 6 def desc @desc end |
#dir ⇒ Object
Returns the value of attribute dir.
6 7 8 |
# File 'lib/concrete/concrete_syntax_provider.rb', line 6 def dir @dir end |
#htmlTemplates ⇒ Object
Returns the value of attribute htmlTemplates.
6 7 8 |
# File 'lib/concrete/concrete_syntax_provider.rb', line 6 def htmlTemplates @htmlTemplates end |
#ident ⇒ Object
Returns the value of attribute ident.
6 7 8 |
# File 'lib/concrete/concrete_syntax_provider.rb', line 6 def ident @ident end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/concrete/concrete_syntax_provider.rb', line 6 def name @name end |