Class: Calagator::GoogleEventExportHelper::GoogleEventExportLink

Inherits:
Struct
  • Object
show all
Defined in:
app/helpers/calagator/google_event_export_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



11
12
13
# File 'app/helpers/calagator/google_event_export_helper.rb', line 11

def context
  @context
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



11
12
13
# File 'app/helpers/calagator/google_event_export_helper.rb', line 11

def event
  @event
end

Instance Method Details

#renderObject



12
13
14
# File 'app/helpers/calagator/google_event_export_helper.rb', line 12

def render
  truncate(url + query)
end