Method: Rufus::Google::EntryMixin#initialize

Defined in:
lib/rufus/google.rb

#initialize(entry) ⇒ Object

Creates a google calendar event based on the info found in an atom-tools Entry instance.

[View source]

183
184
185
# File 'lib/rufus/google.rb', line 183

def initialize (entry)
  @entry = entry
end