Class: Stripe::Source::Eps
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Eps
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#reference ⇒ Object
readonly
Attribute for field reference.
-
#statement_descriptor ⇒ Object
readonly
Attribute for field statement_descriptor.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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
Instance Attribute Details
#reference ⇒ Object (readonly)
Attribute for field reference
218 219 220 |
# File 'lib/stripe/resources/source.rb', line 218 def reference @reference end |
#statement_descriptor ⇒ Object (readonly)
Attribute for field statement_descriptor
220 221 222 |
# File 'lib/stripe/resources/source.rb', line 220 def statement_descriptor @statement_descriptor end |