Class: Textus::Gate::Auth::AuthContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/textus/gate/auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def action
  @action
end

#actorObject

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def actor
  @actor
end

#actor_capsObject

Returns the value of attribute actor_caps

Returns:

  • (Object)

    the current value of actor_caps



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def actor_caps
  @actor_caps
end

#envelopeObject

Returns the value of attribute envelope

Returns:

  • (Object)

    the current value of envelope



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def envelope
  @envelope
end

#lane_verbObject

Returns the value of attribute lane_verb

Returns:

  • (Object)

    the current value of lane_verb



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def lane_verb
  @lane_verb
end

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def manifest
  @manifest
end

#mentryObject

Returns the value of attribute mentry

Returns:

  • (Object)

    the current value of mentry



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def mentry
  @mentry
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



17
18
19
# File 'lib/textus/gate/auth.rb', line 17

def target
  @target
end