Class: PayPal::Invoice::DateRange

Inherits:
Base
  • Object
show all
Defined in:
lib/paypal/invoice/date_range.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#request_envelope

Method Summary

Methods inherited from Base

#request

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_dateObject

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_dateObject

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