Class: Stripe::Reporting::ReportRun::Parameters

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/reporting/report_run.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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

#columnsObject (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_accountObject (readonly)

Returns the value of attribute connected_account.



24
25
26
# File 'lib/stripe/resources/reporting/report_run.rb', line 24

def 
  @connected_account
end

#currencyObject (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_endObject (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_startObject (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

#payoutObject (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_categoryObject (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

#timezoneObject (readonly)

Returns the value of attribute timezone.



24
25
26
# File 'lib/stripe/resources/reporting/report_run.rb', line 24

def timezone
  @timezone
end