Class: Logan::Event
- Inherits:
-
Object
- Object
- Logan::Event
- Includes:
- HashConstructed, ResponseHandler
- Defined in:
- lib/logan/event.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#eventable ⇒ Object
Returns the value of attribute eventable.
-
#excerpt ⇒ Object
Returns the value of attribute excerpt.
-
#id ⇒ Object
Returns the value of attribute id.
-
#raw_excerpt ⇒ Object
Returns the value of attribute raw_excerpt.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes included from HashConstructed
Instance Method Summary collapse
Methods included from ResponseHandler
#handle_error, #handle_response, #success?
Methods included from HashConstructed
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
14 15 16 |
# File 'lib/logan/event.rb', line 14 def action @action end |
#created_at ⇒ Object
Returns the value of attribute created_at.
13 14 15 |
# File 'lib/logan/event.rb', line 13 def created_at @created_at end |
#eventable ⇒ Object
Returns the value of attribute eventable.
11 12 13 |
# File 'lib/logan/event.rb', line 11 def eventable @eventable end |
#excerpt ⇒ Object
Returns the value of attribute excerpt.
17 18 19 |
# File 'lib/logan/event.rb', line 17 def excerpt @excerpt end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/logan/event.rb', line 8 def id @id end |
#raw_excerpt ⇒ Object
Returns the value of attribute raw_excerpt.
16 17 18 |
# File 'lib/logan/event.rb', line 16 def raw_excerpt @raw_excerpt end |
#summary ⇒ Object
Returns the value of attribute summary.
9 10 11 |
# File 'lib/logan/event.rb', line 9 def summary @summary end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
12 13 14 |
# File 'lib/logan/event.rb', line 12 def updated_at @updated_at end |
#url ⇒ Object
Returns the value of attribute url.
10 11 12 |
# File 'lib/logan/event.rb', line 10 def url @url end |