Class: Pray::SessionFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/pray/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



7
8
9
# File 'lib/pray/session.rb', line 7

def email
  @email
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/pray/session.rb', line 7

def kind
  @kind
end

#server_urlObject

Returns the value of attribute server_url

Returns:

  • (Object)

    the current value of server_url



7
8
9
# File 'lib/pray/session.rb', line 7

def server_url
  @server_url
end

#signer_fingerprintObject

Returns the value of attribute signer_fingerprint

Returns:

  • (Object)

    the current value of signer_fingerprint



7
8
9
# File 'lib/pray/session.rb', line 7

def signer_fingerprint
  @signer_fingerprint
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



7
8
9
# File 'lib/pray/session.rb', line 7

def token
  @token
end