Class: RailsMarkup::Store::Annotation
- Inherits:
-
Struct
- Object
- Struct
- RailsMarkup::Store::Annotation
- Defined in:
- lib/rails_markup/store.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#intent ⇒ Object
Returns the value of attribute intent.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#selected_text ⇒ Object
Returns the value of attribute selected_text.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#status ⇒ Object
Returns the value of attribute status.
-
#target ⇒ Object
Returns the value of attribute target.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def content @content end |
#created_at ⇒ Object
Returns the value of attribute created_at
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def id @id end |
#intent ⇒ Object
Returns the value of attribute intent
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def intent @intent end |
#metadata ⇒ Object
Returns the value of attribute metadata
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def @metadata end |
#selected_text ⇒ Object
Returns the value of attribute selected_text
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def selected_text @selected_text end |
#session_id ⇒ Object
Returns the value of attribute session_id
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def session_id @session_id end |
#severity ⇒ Object
Returns the value of attribute severity
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def severity @severity end |
#status ⇒ Object
Returns the value of attribute status
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def status @status end |
#target ⇒ Object
Returns the value of attribute target
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def target @target end |
#thread ⇒ Object
Returns the value of attribute thread
14 15 16 |
# File 'lib/rails_markup/store.rb', line 14 def thread @thread end |