Class: Vantiv::TestTemporaryToken
- Inherits:
-
Object
- Object
- Vantiv::TestTemporaryToken
- Defined in:
- lib/vantiv/test_temporary_token.rb
Class Method Summary collapse
- .all ⇒ Object
- .expired_temporary_token ⇒ Object
- .invalid_temporary_token ⇒ Object
- .valid_temporary_token ⇒ Object
Class Method Details
.all ⇒ Object
16 17 18 |
# File 'lib/vantiv/test_temporary_token.rb', line 16 def self.all [invalid_temporary_token, expired_temporary_token, valid_temporary_token] end |
.expired_temporary_token ⇒ Object
8 9 10 |
# File 'lib/vantiv/test_temporary_token.rb', line 8 def self.expired_temporary_token "RGFQNCt6U1d1M21SeVByVTM4dHlHb1FsVkUrSmpnWXhNY0o5UkMzRlZFanZiUHVnYjN1enJXbG1WSDF4aXlNcA==" end |
.invalid_temporary_token ⇒ Object
12 13 14 |
# File 'lib/vantiv/test_temporary_token.rb', line 12 def self.invalid_temporary_token "pDZJcmd1VjNlYXNaSlRMTGpocVZQY1NWVXE4Z W5UTko4NU9KK3p1L1p1Vzg4YzVPQVlSUHNITG1 JN2I0NzlyTg==" end |
.valid_temporary_token ⇒ Object
4 5 6 |
# File 'lib/vantiv/test_temporary_token.rb', line 4 def self.valid_temporary_token "mocked-valid-temporary-token" end |