Class: Liteguard::ProtectedContext
- Inherits:
-
Data
- Object
- Data
- Liteguard::ProtectedContext
- Defined in:
- lib/liteguard/types.rb
Overview
ProtectedContext (mirrors proto message).
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#issued_at ⇒ Object
readonly
Returns the value of attribute issued_at.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
-
#signature ⇒ Object
readonly
Returns the value of attribute signature.
Instance Attribute Details
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
62 63 64 |
# File 'lib/liteguard/types.rb', line 62 def expires_at @expires_at end |
#issued_at ⇒ Object (readonly)
Returns the value of attribute issued_at
62 63 64 |
# File 'lib/liteguard/types.rb', line 62 def issued_at @issued_at end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties
62 63 64 |
# File 'lib/liteguard/types.rb', line 62 def properties @properties end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature
62 63 64 |
# File 'lib/liteguard/types.rb', line 62 def signature @signature end |