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