Class: Loggr::Event
- Inherits:
-
Object
- Object
- Loggr::Event
- Defined in:
- lib/loggr-rb/events.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#datatype ⇒ Object
Returns the value of attribute datatype.
-
#geo ⇒ Object
Returns the value of attribute geo.
-
#link ⇒ Object
Returns the value of attribute link.
-
#source ⇒ Object
Returns the value of attribute source.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#text ⇒ Object
Returns the value of attribute text.
-
#user ⇒ Object
Returns the value of attribute user.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def data @data end |
#datatype ⇒ Object
Returns the value of attribute datatype.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def datatype @datatype end |
#geo ⇒ Object
Returns the value of attribute geo.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def geo @geo end |
#link ⇒ Object
Returns the value of attribute link.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def link @link end |
#source ⇒ Object
Returns the value of attribute source.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def source @source end |
#tags ⇒ Object
Returns the value of attribute tags.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def @tags end |
#text ⇒ Object
Returns the value of attribute text.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def text @text end |
#user ⇒ Object
Returns the value of attribute user.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def user @user end |
#value ⇒ Object
Returns the value of attribute value.
47 48 49 |
# File 'lib/loggr-rb/events.rb', line 47 def value @value end |