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