Class: Textus::Dispatch::Contracts::ListKeys
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::ListKeys
- Defined in:
- lib/textus/dispatch/contracts.rb
Instance Attribute Summary collapse
-
#lane ⇒ Object
readonly
Returns the value of attribute lane.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#q ⇒ Object
readonly
Returns the value of attribute q.
-
#schema ⇒ Object
readonly
Returns the value of attribute schema.
Instance Attribute Details
#lane ⇒ Object (readonly)
Returns the value of attribute lane
8 9 10 |
# File 'lib/textus/dispatch/contracts.rb', line 8 def lane @lane end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
8 9 10 |
# File 'lib/textus/dispatch/contracts.rb', line 8 def prefix @prefix end |
#q ⇒ Object (readonly)
Returns the value of attribute q
8 9 10 |
# File 'lib/textus/dispatch/contracts.rb', line 8 def q @q end |
#schema ⇒ Object (readonly)
Returns the value of attribute schema
8 9 10 |
# File 'lib/textus/dispatch/contracts.rb', line 8 def schema @schema end |