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