Class: Calagator::GoogleEventExportHelper::GoogleEventExportLink
- Inherits:
-
Struct
- Object
- Struct
- Calagator::GoogleEventExportHelper::GoogleEventExportLink
- Defined in:
- app/helpers/calagator/google_event_export_helper.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#event ⇒ Object
Returns the value of attribute event.
Instance Method Summary collapse
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
11 12 13 |
# File 'app/helpers/calagator/google_event_export_helper.rb', line 11 def context @context end |
#event ⇒ Object
Returns the value of attribute event
11 12 13 |
# File 'app/helpers/calagator/google_event_export_helper.rb', line 11 def event @event end |
Instance Method Details
#render ⇒ Object
12 13 14 |
# File 'app/helpers/calagator/google_event_export_helper.rb', line 12 def render truncate(url + query) end |