Class: Textus::Protocol::Session::Context
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::Session::Context
- Defined in:
- lib/textus/protocol/session/context.rb
Instance Attribute Summary collapse
-
#contract_etag ⇒ Object
readonly
Returns the value of attribute contract_etag.
-
#correlation_id ⇒ Object
readonly
Returns the value of attribute correlation_id.
-
#cursor ⇒ Object
readonly
Returns the value of attribute cursor.
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#propose_lane ⇒ Object
readonly
Returns the value of attribute propose_lane.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
Instance Method Summary collapse
Instance Attribute Details
#contract_etag ⇒ Object (readonly)
Returns the value of attribute contract_etag
1 2 3 |
# File 'lib/textus/protocol/session/context.rb', line 1 def contract_etag @contract_etag end |
#correlation_id ⇒ Object (readonly)
Returns the value of attribute correlation_id
1 2 3 |
# File 'lib/textus/protocol/session/context.rb', line 1 def correlation_id @correlation_id end |
#cursor ⇒ Object (readonly)
Returns the value of attribute cursor
1 2 3 |
# File 'lib/textus/protocol/session/context.rb', line 1 def cursor @cursor end |
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
1 2 3 |
# File 'lib/textus/protocol/session/context.rb', line 1 def dry_run @dry_run end |
#propose_lane ⇒ Object (readonly)
Returns the value of attribute propose_lane
1 2 3 |
# File 'lib/textus/protocol/session/context.rb', line 1 def propose_lane @propose_lane end |
#role ⇒ Object (readonly)
Returns the value of attribute role
1 2 3 |
# File 'lib/textus/protocol/session/context.rb', line 1 def role @role end |