Class: Loggr::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/loggr-rb/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def data
  @data
end

#datatypeObject

Returns the value of attribute datatype.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def datatype
  @datatype
end

#geoObject

Returns the value of attribute geo.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def geo
  @geo
end

Returns the value of attribute link.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def link
  @link
end

#sourceObject

Returns the value of attribute source.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def source
  @source
end

#tagsObject

Returns the value of attribute tags.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def tags
  @tags
end

#textObject

Returns the value of attribute text.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def text
  @text
end

#userObject

Returns the value of attribute user.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def user
  @user
end

#valueObject

Returns the value of attribute value.



47
48
49
# File 'lib/loggr-rb/events.rb', line 47

def value
  @value
end