Module: Googletastic::Helpers::EventModelHelper::InstanceMethods
- Defined in:
- lib/googletastic/helpers/event.rb
Instance Attribute Summary collapse
-
#google_doc ⇒ Object
Returns the value of attribute google_doc.
Instance Method Summary collapse
Instance Attribute Details
#google_doc ⇒ Object
Returns the value of attribute google_doc.
11 12 13 |
# File 'lib/googletastic/helpers/event.rb', line 11 def google_doc @google_doc end |
Instance Method Details
#hello ⇒ Object
13 14 15 |
# File 'lib/googletastic/helpers/event.rb', line 13 def hello # puts _googletastic_options.inspect + " OPTIONS!" end |