Class: Markio::Bookmark

Inherits:
Object
  • Object
show all
Defined in:
lib/markio/bookmark.rb

Instance Attribute Summary collapse

Instance Attribute Details

#add_dateObject

Returns the value of attribute add_date.



2
3
4
# File 'lib/markio/bookmark.rb', line 2

def add_date
  @add_date
end

#foldersObject

Returns the value of attribute folders.



2
3
4
# File 'lib/markio/bookmark.rb', line 2

def folders
  @folders
end

#hrefObject

Returns the value of attribute href.



2
3
4
# File 'lib/markio/bookmark.rb', line 2

def href
  @href
end

#last_modifiedObject

Returns the value of attribute last_modified.



2
3
4
# File 'lib/markio/bookmark.rb', line 2

def last_modified
  @last_modified
end

#last_visitObject

Returns the value of attribute last_visit.



2
3
4
# File 'lib/markio/bookmark.rb', line 2

def last_visit
  @last_visit
end

#titleObject

Returns the value of attribute title.



2
3
4
# File 'lib/markio/bookmark.rb', line 2

def title
  @title
end