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