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



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def content
  @content
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def id
  @id
end

#intentObject

Returns the value of attribute intent

Returns:

  • (Object)

    the current value of intent



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def intent
  @intent
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def 
  @metadata
end

#selected_textObject

Returns the value of attribute selected_text

Returns:

  • (Object)

    the current value of selected_text



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def selected_text
  @selected_text
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def session_id
  @session_id
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def severity
  @severity
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def status
  @status
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def target
  @target
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



14
15
16
# File 'lib/rails_markup/store.rb', line 14

def thread
  @thread
end