Class: Textus::Command::RuleExplain
- Inherits:
-
Data
- Object
- Data
- Textus::Command::RuleExplain
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
23 24 25 |
# File 'lib/textus/command.rb', line 23 def detail @detail end |
#key ⇒ Object (readonly)
Returns the value of attribute key
23 24 25 |
# File 'lib/textus/command.rb', line 23 def key @key end |
#role ⇒ Object (readonly)
Returns the value of attribute role
23 24 25 |
# File 'lib/textus/command.rb', line 23 def role @role end |