Class: Textus::Command::RuleLint
- Inherits:
-
Data
- Object
- Data
- Textus::Command::RuleLint
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#candidate_yaml ⇒ Object
readonly
Returns the value of attribute candidate_yaml.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
Instance Attribute Details
#candidate_yaml ⇒ Object (readonly)
Returns the value of attribute candidate_yaml
30 31 32 |
# File 'lib/textus/command.rb', line 30 def candidate_yaml @candidate_yaml end |
#role ⇒ Object (readonly)
Returns the value of attribute role
30 31 32 |
# File 'lib/textus/command.rb', line 30 def role @role end |