Class: Stripe::V2::Reporting::Report::Parameters::ArrayDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Reporting::Report::Parameters::ArrayDetails
- Defined in:
- lib/stripe/resources/v2/reporting/report.rb
Defined Under Namespace
Classes: EnumDetails
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#element_type ⇒ Object
readonly
Data type of the elements in the array.
-
#enum_details ⇒ Object
readonly
Details about enum elements in the array.
Attributes inherited from StripeObject
Method Summary
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
Instance Attribute Details
#element_type ⇒ Object (readonly)
Data type of the elements in the array.
21 22 23 |
# File 'lib/stripe/resources/v2/reporting/report.rb', line 21 def element_type @element_type end |
#enum_details ⇒ Object (readonly)
Details about enum elements in the array.
23 24 25 |
# File 'lib/stripe/resources/v2/reporting/report.rb', line 23 def enum_details @enum_details end |