class Source2Epub::Configuration
Attributes
creator[RW]
identifier[RW]
published_date[RW]
publisher[RW]
Public Class Methods
new()
click to toggle source
# File lib/source2epub/configuration.rb, line 7 def initialize @creator = "https://github.com/agilecreativity/source2epub" @publisher = "http://agilecreativity.com" @published_date = Time.now.strftime("%Y-%m-%d %H:%M:%S") @identifier = "https://agilecreativity.com/" end