Class: SecureNative::ClientToken
- Inherits:
-
Object
- Object
- SecureNative::ClientToken
- Defined in:
- lib/securenative/client_token.rb
Instance Attribute Summary collapse
-
#cid ⇒ Object
Returns the value of attribute cid.
-
#fp ⇒ Object
Returns the value of attribute fp.
-
#vid ⇒ Object
Returns the value of attribute vid.
Instance Method Summary collapse
-
#initialize(cid, vid, fp) ⇒ ClientToken
constructor
A new instance of ClientToken.
Constructor Details
#initialize(cid, vid, fp) ⇒ ClientToken
Returns a new instance of ClientToken.
8 9 10 11 12 |
# File 'lib/securenative/client_token.rb', line 8 def initialize(cid, vid, fp) @cid = cid @vid = vid @fp = fp end |
Instance Attribute Details
#cid ⇒ Object
Returns the value of attribute cid.
5 6 7 |
# File 'lib/securenative/client_token.rb', line 5 def cid @cid end |
#fp ⇒ Object
Returns the value of attribute fp.
5 6 7 |
# File 'lib/securenative/client_token.rb', line 5 def fp @fp end |
#vid ⇒ Object
Returns the value of attribute vid.
5 6 7 |
# File 'lib/securenative/client_token.rb', line 5 def vid @vid end |