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