Class: Textus::Gate::Auth::AuthContext
- Inherits:
-
Struct
- Object
- Struct
- Textus::Gate::Auth::AuthContext
- Defined in:
- lib/textus/gate/auth.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#actor ⇒ Object
Returns the value of attribute actor.
-
#actor_caps ⇒ Object
Returns the value of attribute actor_caps.
-
#envelope ⇒ Object
Returns the value of attribute envelope.
-
#lane_verb ⇒ Object
Returns the value of attribute lane_verb.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#mentry ⇒ Object
Returns the value of attribute mentry.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def action @action end |
#actor ⇒ Object
Returns the value of attribute actor
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def actor @actor end |
#actor_caps ⇒ Object
Returns the value of attribute actor_caps
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def actor_caps @actor_caps end |
#envelope ⇒ Object
Returns the value of attribute envelope
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def envelope @envelope end |
#lane_verb ⇒ Object
Returns the value of attribute lane_verb
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def lane_verb @lane_verb end |
#manifest ⇒ Object
Returns the value of attribute manifest
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def manifest @manifest end |
#mentry ⇒ Object
Returns the value of attribute mentry
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def mentry @mentry end |
#target ⇒ Object
Returns the value of attribute target
17 18 19 |
# File 'lib/textus/gate/auth.rb', line 17 def target @target end |