Class: RailsMarkup::Store::Session
- Inherits:
-
Struct
- Object
- Struct
- RailsMarkup::Store::Session
- Defined in:
- lib/rails_markup/store.rb
Instance Attribute Summary collapse
-
#annotations ⇒ Object
Returns the value of attribute annotations.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#annotations ⇒ Object
Returns the value of attribute annotations
13 14 15 |
# File 'lib/rails_markup/store.rb', line 13 def annotations @annotations end |
#created_at ⇒ Object
Returns the value of attribute created_at
13 14 15 |
# File 'lib/rails_markup/store.rb', line 13 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id
13 14 15 |
# File 'lib/rails_markup/store.rb', line 13 def id @id end |
#metadata ⇒ Object
Returns the value of attribute metadata
13 14 15 |
# File 'lib/rails_markup/store.rb', line 13 def @metadata end |
#url ⇒ Object
Returns the value of attribute url
13 14 15 |
# File 'lib/rails_markup/store.rb', line 13 def url @url end |