class SixSaferpay::Ideal
Attributes
issuer_id[RW]
Public Class Methods
new(issuer_id:)
click to toggle source
# File lib/six_saferpay/models/ideal.rb, line 6 def initialize(issuer_id:) @issuer_id = issuer_id end
Public Instance Methods
to_hash()
click to toggle source
# File lib/six_saferpay/models/ideal.rb, line 10 def to_hash hash = Hash.new hash.merge!(issuer_id: @issuer_id) if @issuer_id hash end
Also aliased as: to_h