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