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
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def content @content end |
#created_at ⇒ Object
Returns the value of attribute created_at
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def id @id end |
#intent ⇒ Object
Returns the value of attribute intent
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def intent @intent end |
#metadata ⇒ Object
Returns the value of attribute metadata
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def @metadata end |
#selected_text ⇒ Object
Returns the value of attribute selected_text
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def selected_text @selected_text end |
#session_id ⇒ Object
Returns the value of attribute session_id
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def session_id @session_id end |
#severity ⇒ Object
Returns the value of attribute severity
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def severity @severity end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def status @status end |
#target ⇒ Object
Returns the value of attribute target
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def target @target end |
#thread ⇒ Object
Returns the value of attribute thread
11 12 13 |
# File 'lib/rails_markup/store.rb', line 11 def thread @thread end |