class Pdftable::Configuration

Attributes

host[RW]
key[RW]

Public Class Methods

new() click to toggle source
# File lib/pdftable/configuration.rb, line 9
def initialize
        @host = 'pdftables.com'
        @key = nil
end