Class: ElsSessionController::ElsFaker
- Inherits:
-
ElsToken::ElsIdentity
- Object
- ElsToken::ElsIdentity
- ElsSessionController::ElsFaker
- Defined in:
- app/controllers/els_session_controller.rb
Instance Attribute Summary collapse
-
#cdid ⇒ Object
Returns the value of attribute cdid.
-
#token_id ⇒ Object
Returns the value of attribute token_id.
Instance Method Summary collapse
-
#initialize(cdid) ⇒ ElsFaker
constructor
A new instance of ElsFaker.
Constructor Details
#initialize(cdid) ⇒ ElsFaker
Returns a new instance of ElsFaker.
99 100 101 102 103 |
# File 'app/controllers/els_session_controller.rb', line 99 def initialize(cdid) super @cdid = cdid @token_id = Random.rand end |
Instance Attribute Details
#cdid ⇒ Object
Returns the value of attribute cdid.
98 99 100 |
# File 'app/controllers/els_session_controller.rb', line 98 def cdid @cdid end |
#token_id ⇒ Object
Returns the value of attribute token_id.
98 99 100 |
# File 'app/controllers/els_session_controller.rb', line 98 def token_id @token_id end |