Class: Rubill::GetCheckImageData
- Defined in:
- lib/rubill/entities/get_check_image_data.rb
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#[], #[]=, active, all, create, delete, #delete, find, find_by_name, #id, #initialize, #save, update, where
Constructor Details
This class inherits a constructor from Rubill::Base
Class Method Details
.find_by_send_pay_id(sent_pay_id) ⇒ Object
3 4 5 |
# 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 |