class Iyzi::Requests::ThreedsInitialize
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
Iyzi::Request::new
# File lib/iyzi/requests/threeds_initialize.rb, line 4 def initialize(options = {}) super(Endpoints::HTTP_POST, Endpoints::THREEDS_INITIALIZE, options) end
Public Instance Methods
to_pki()
click to toggle source
# File lib/iyzi/requests/threeds_initialize.rb, line 8 def to_pki PkiBuilders::ThreedsInitialize.new(iyzi_options).request_string end