Class: Logan::Event

Inherits:
Object
  • Object
show all
Includes:
HashConstructed
Defined in:
lib/logan/event.rb

Instance Attribute Summary collapse

Method Summary

Methods included from HashConstructed

#initialize

Instance Attribute Details

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/logan/event.rb', line 7

def id
  @id
end

#summaryObject

Returns the value of attribute summary.



8
9
10
# File 'lib/logan/event.rb', line 8

def summary
  @summary
end

#urlObject

Returns the value of attribute url.



9
10
11
# File 'lib/logan/event.rb', line 9

def url
  @url
end