class Serpentor::Config

Attributes

host[RW]
keywords[RW]
limit[RW]

Public Class Methods

new() click to toggle source
# File lib/serpentor/config.rb, line 5
def initialize
  @keywords = []
  @host = []
  @limit = nil
end