class Klipbook::Sources::KindleDevice::Entry

Attributes

added_on[RW]
author[RW]
location[RW]
page[RW]
text[RW]
title[RW]
type[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/klipbook/sources/kindle_device/entry.rb, line 7
def initialize
  yield self if block_given?
end