class Ohmage::Annotation
Attributes
annotation_id[R]
@return [String]
id[R]
@return [String]
text[R]
@return [String]
time[R]
@return [String]
timezone[R]
@return [String]
urn[R]
@return [String]
Public Class Methods
new(attrs = {})
click to toggle source
# File lib/ohmage/entity/annotation.rb, line 8 def initialize(attrs = {}) attrs.keys[0].each do |k, v| instance_variable_set("@#{k}", v) end end