Class: Stripe::Reporting::ReportRun::Parameters
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Reporting::ReportRun::Parameters
- Defined in:
- lib/stripe/resources/reporting/report_run.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#connected_account ⇒ Object
readonly
Returns the value of attribute connected_account.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#interval_end ⇒ Object
readonly
Returns the value of attribute interval_end.
-
#interval_start ⇒ Object
readonly
Returns the value of attribute interval_start.
-
#payout ⇒ Object
readonly
Returns the value of attribute payout.
-
#reporting_category ⇒ Object
readonly
Returns the value of attribute reporting_category.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
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
#columns ⇒ Object (readonly)
Returns the value of attribute columns.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def columns @columns end |
#connected_account ⇒ Object (readonly)
Returns the value of attribute connected_account.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def connected_account @connected_account end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def currency @currency end |
#interval_end ⇒ Object (readonly)
Returns the value of attribute interval_end.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def interval_end @interval_end end |
#interval_start ⇒ Object (readonly)
Returns the value of attribute interval_start.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def interval_start @interval_start end |
#payout ⇒ Object (readonly)
Returns the value of attribute payout.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def payout @payout end |
#reporting_category ⇒ Object (readonly)
Returns the value of attribute reporting_category.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def reporting_category @reporting_category end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone.
24 25 26 |
# File 'lib/stripe/resources/reporting/report_run.rb', line 24 def timezone @timezone end |