class CGIParty::CollectResponse
Public Instance Methods
authentication_finished?()
click to toggle source
# File lib/cgi_party/collect_response.rb, line 5 def authentication_finished? !authentication_ongoing? end
authentication_ongoing?()
click to toggle source
# File lib/cgi_party/collect_response.rb, line 9 def authentication_ongoing? ongoing_statuses.include? progress_status end
Private Instance Methods
ongoing_statuses()
click to toggle source
# File lib/cgi_party/collect_response.rb, line 15 def ongoing_statuses %w(OUTSTANDING_TRANSACTION USER_SIGN) end