Class: RailsMarkup::Store::Annotation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_markup/store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def content
  @content
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def id
  @id
end

#intentObject

Returns the value of attribute intent

Returns:

  • (Object)

    the current value of intent



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def intent
  @intent
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def 
  @metadata
end

#selected_textObject

Returns the value of attribute selected_text

Returns:

  • (Object)

    the current value of selected_text



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def selected_text
  @selected_text
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def session_id
  @session_id
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def severity
  @severity
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def status
  @status
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def target
  @target
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



11
12
13
# File 'lib/rails_markup/store.rb', line 11

def thread
  @thread
end