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
10 11 12 |
# File 'lib/rails_markup/store.rb', line 10 def annotations @annotations end |
#created_at ⇒ Object
Returns the value of attribute created_at
10 11 12 |
# File 'lib/rails_markup/store.rb', line 10 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/rails_markup/store.rb', line 10 def id @id end |
#metadata ⇒ Object
Returns the value of attribute metadata
10 11 12 |
# File 'lib/rails_markup/store.rb', line 10 def @metadata end |
#url ⇒ Object
Returns the value of attribute url
10 11 12 |
# File 'lib/rails_markup/store.rb', line 10 def url @url end |