Class: Stat::Count::Data::DateQueryUnit

Inherits:
QueryUnit
  • Object
show all
Defined in:
lib/stat-count-client/stat_count_data.rb

Instance Attribute Summary collapse

Attributes inherited from QueryUnit

#id, #limit

Instance Attribute Details

#fromDateObject

Returns the value of attribute fromDate.



15
16
17
# File 'lib/stat-count-client/stat_count_data.rb', line 15

def fromDate
  @fromDate
end

#toDateObject

Returns the value of attribute toDate.



16
17
18
# File 'lib/stat-count-client/stat_count_data.rb', line 16

def toDate
  @toDate
end