Class: Pray::SessionFile
- Inherits:
-
Struct
- Object
- Struct
- Pray::SessionFile
- Defined in:
- lib/pray/session.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#server_url ⇒ Object
Returns the value of attribute server_url.
-
#signer_fingerprint ⇒ Object
Returns the value of attribute signer_fingerprint.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
7 8 9 |
# File 'lib/pray/session.rb', line 7 def email @email end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/pray/session.rb', line 7 def kind @kind end |
#server_url ⇒ Object
Returns the value of attribute server_url
7 8 9 |
# File 'lib/pray/session.rb', line 7 def server_url @server_url end |
#signer_fingerprint ⇒ Object
Returns the value of attribute signer_fingerprint
7 8 9 |
# File 'lib/pray/session.rb', line 7 def signer_fingerprint @signer_fingerprint end |
#token ⇒ Object
Returns the value of attribute token
7 8 9 |
# File 'lib/pray/session.rb', line 7 def token @token end |