class Rubill::GetCheckImageData
Public Class Methods
find_by_send_pay_id(sent_pay_id)
click to toggle source
# File lib/rubill/entities/get_check_image_data.rb, line 3 def self.find_by_send_pay_id(sent_pay_id) Query.get_check_image_data(sent_pay_id) end