Class: PayPal::Invoice::DateRange
- Defined in:
- lib/paypal/invoice/date_range.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date.
5 6 7 |
# File 'lib/paypal/invoice/date_range.rb', line 5 def end_date @end_date end |
#start_date ⇒ Object
Returns the value of attribute start_date.
4 5 6 |
# File 'lib/paypal/invoice/date_range.rb', line 4 def start_date @start_date end |