Class: Liteguard::ProtectedContext

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/types.rb

Overview

ProtectedContext (mirrors proto message).

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



62
63
64
# File 'lib/liteguard/types.rb', line 62

def expires_at
  @expires_at
end

#issued_atObject (readonly)

Returns the value of attribute issued_at

Returns:

  • (Object)

    the current value of issued_at



62
63
64
# File 'lib/liteguard/types.rb', line 62

def issued_at
  @issued_at
end

#propertiesObject (readonly)

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



62
63
64
# File 'lib/liteguard/types.rb', line 62

def properties
  @properties
end

#signatureObject (readonly)

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



62
63
64
# File 'lib/liteguard/types.rb', line 62

def signature
  @signature
end