Class: Vantiv::TestTemporaryToken

Inherits:
Object
  • Object
show all
Defined in:
lib/vantiv/test_temporary_token.rb

Class Method Summary collapse

Class Method Details

.allObject



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_tokenObject



8
9
10
# File 'lib/vantiv/test_temporary_token.rb', line 8

def self.expired_temporary_token
  "RGFQNCt6U1d1M21SeVByVTM4dHlHb1FsVkUrSmpnWXhNY0o5UkMzRlZFanZiUHVnYjN1enJXbG1WSDF4aXlNcA=="
end

.invalid_temporary_tokenObject



12
13
14
# File 'lib/vantiv/test_temporary_token.rb', line 12

def self.invalid_temporary_token
  "pDZJcmd1VjNlYXNaSlRMTGpocVZQY1NWVXE4Z W5UTko4NU9KK3p1L1p1Vzg4YzVPQVlSUHNITG1 JN2I0NzlyTg=="
end

.valid_temporary_tokenObject



4
5
6
# File 'lib/vantiv/test_temporary_token.rb', line 4

def self.valid_temporary_token
  "mocked-valid-temporary-token"
end