Class: TheCount::Facebook::Sends

Inherits:
Countable show all
Defined in:
lib/thecount/countable/facebook.rb

Overview

Some additional Facebook services

Instance Attribute Summary

Attributes inherited from Countable

#service_name, #unit, #value

Instance Method Summary collapse

Methods inherited from Countable

#count

Constructor Details

#initializeSends

Returns a new instance of Sends.



25
26
27
28
29
# File 'lib/thecount/countable/facebook.rb', line 25

def initialize
  @service_name = "facbeook"
  @unit = 'send'
  @value = 0
end