class Everlog::Daily

Public Class Methods

new() click to toggle source
# File lib/everlog/app/daily.rb, line 3
def initialize
  @content = Dom::Entity::Aggregate::DailyReport.new
end

Public Instance Methods

publish(title, access_token = nil, output = 'local') click to toggle source
# File lib/everlog/app/daily.rb, line 15
def publish(title, access_token = nil, output = 'local')
  @content.publish(title, access_token, output)
end
push(service, option = {}) click to toggle source
# File lib/everlog/app/daily.rb, line 7
def push(service, option = {})
  @content.push(service, option)
end