Class: Syntaxer::LanguageDefinition
- Inherits:
-
Struct
- Object
- Struct
- Syntaxer::LanguageDefinition
- Defined in:
- lib/syntaxer/language_definition.rb
Instance Attribute Summary (collapse)
-
- (Object) deferred
Returns the value of attribute deferred.
-
- (Object) exec_existence
Returns the value of attribute exec_existence.
-
- (Object) exec_rule
Returns the value of attribute exec_rule.
-
- (Object) executor
Returns the value of attribute executor.
-
- (Object) extensions
Returns the value of attribute extensions.
-
- (Object) folders
Returns the value of attribute folders.
-
- (Object) ignore_folders
Returns the value of attribute ignore_folders.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) specific_files
Returns the value of attribute specific_files.
Instance Attribute Details
- (Object) deferred
Returns the value of attribute deferred
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def deferred @deferred end |
- (Object) exec_existence
Returns the value of attribute exec_existence
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def exec_existence @exec_existence end |
- (Object) exec_rule
Returns the value of attribute exec_rule
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def exec_rule @exec_rule end |
- (Object) executor
Returns the value of attribute executor
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def executor @executor end |
- (Object) extensions
Returns the value of attribute extensions
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def extensions @extensions end |
- (Object) folders
Returns the value of attribute folders
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def folders @folders end |
- (Object) ignore_folders
Returns the value of attribute ignore_folders
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def ignore_folders @ignore_folders end |
- (Object) name
Returns the value of attribute name
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def name @name end |
- (Object) specific_files
Returns the value of attribute specific_files
4 5 6 |
# File 'lib/syntaxer/language_definition.rb', line 4 def specific_files @specific_files end |