Class: RailsMarkup::Store::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_markup/store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsObject

Returns the value of attribute annotations

Returns:

  • (Object)

    the current value of annotations



10
11
12
# File 'lib/rails_markup/store.rb', line 10

def annotations
  @annotations
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



10
11
12
# File 'lib/rails_markup/store.rb', line 10

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/rails_markup/store.rb', line 10

def id
  @id
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



10
11
12
# File 'lib/rails_markup/store.rb', line 10

def 
  @metadata
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



10
11
12
# File 'lib/rails_markup/store.rb', line 10

def url
  @url
end