Class: EPlat::RecurringApplicationCharge::UsageCharge
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- EPlat::RecurringApplicationCharge::UsageCharge
- Defined in:
- lib/e_plat/resource/shopify_only/recurring_application_charge/usage_charge.rb
Direct Known Subclasses
Shopify::RecurringApplicationCharge::UsageCharge, ShopifyWebhook::RecurringApplicationCharge::UsageCharge
Constant Summary
Constants included from Concerns::GraphQLable
Concerns::GraphQLable::FILTER_ARGS, Concerns::GraphQLable::QUERY_ARG_ARGS
Instance Attribute Summary
Attributes inherited from Base
Attributes included from Concerns::Aliases
Instance Method Summary collapse
Methods inherited from Base
cached_shopify_webhook?, client, #client, exclude_from_json, #formatted_id, #graphql_input, #headers, #include_root_in_json, inherited, #initialize, initialize_singleton!, #mapped?, #native_keys, platform_specific_class?, prefix=, #read_only?
Methods included from Countable
Methods included from Concerns::GraphQLable
#graphql_mutation_string, #mutate_graphql, #remove_mutation_root_from
Methods included from Concerns::Aliases
Methods included from Concerns::FullJson
Methods included from Concerns::OverwriteRequestMethods
Methods included from Concerns::OverwriteInstanceMethods
#as_eplat_json, #as_json, #create, #create_resource_for, #to_eplat_json, #to_json, #update
Constructor Details
This class inherits a constructor from EPlat::Base
Instance Method Details
#collection_path(options = {}) ⇒ Object
23 24 25 26 27 |
# File 'lib/e_plat/resource/shopify_only/recurring_application_charge/usage_charge.rb', line 23 def collection_path( = {}) ['recurring_application_charge'] = recurring_application_charge_id super() end |
#element_path(options = {}) ⇒ Object
17 18 19 20 21 |
# File 'lib/e_plat/resource/shopify_only/recurring_application_charge/usage_charge.rb', line 17 def element_path( = {}) ['recurring_application_charge'] = recurring_application_charge_id super() end |