Class: Pdftable::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/pdftable/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



9
10
11
12
# File 'lib/pdftable/configuration.rb', line 9

def initialize
  @host = 'pdftables.com'
  @key = nil
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



7
8
9
# File 'lib/pdftable/configuration.rb', line 7

def host
  @host
end

#keyObject

Returns the value of attribute key.



7
8
9
# File 'lib/pdftable/configuration.rb', line 7

def key
  @key
end