Class: Billimatic::Resources::EmailTemplate
- Defined in:
- lib/billimatic/resources/email_template.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#collection_name, #create, crud, #destroy, #initialize, #list_by_organization, #parsed_body, #show, #show_by_organization, #update
Methods included from Hooks
Constructor Details
This class inherits a constructor from Billimatic::Resources::Base
Instance Method Details
#list(organization_id:) ⇒ Object
4 5 6 |
# File 'lib/billimatic/resources/email_template.rb', line 4 def list(organization_id:) list_by_organization(organization_id) end |