Class: Stripe::Apps::Secret
- Inherits:
-
Stripe::APIResource
- Object
- StripeObject
- Stripe::APIResource
- Stripe::Apps::Secret
- Extended by:
- Stripe::APIOperations::Create, Stripe::APIOperations::List
- Defined in:
- lib/stripe/resources/apps/secret.rb
Constant Summary collapse
- OBJECT_NAME =
"apps.secret"
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary
Attributes inherited from Stripe::APIResource
Class Method Summary collapse
Methods included from Stripe::APIOperations::Create
Methods included from Stripe::APIOperations::List
Methods inherited from Stripe::APIResource
class_name, custom_method, #refresh, #request_stripe_object, #resource_url, resource_url, retrieve, save_nested_resource
Methods included from Stripe::APIOperations::Request
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Class Method Details
.delete_where(params = {}, opts = {}) ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'lib/stripe/resources/apps/secret.rb', line 12 def self.delete_where(params = {}, opts = {}) request_stripe_object( method: :post, path: "/v1/apps/secrets/delete", params: params, opts: opts ) end |
.find(params = {}, opts = {}) ⇒ Object
21 22 23 24 25 26 27 28 |
# File 'lib/stripe/resources/apps/secret.rb', line 21 def self.find(params = {}, opts = {}) request_stripe_object( method: :get, path: "/v1/apps/secrets/find", params: params, opts: opts ) end |