class HoundListSync::Repositories::Raw::Repo

Attributes

name[R]

Public Class Methods

new(name, config) click to toggle source
# File lib/hound_list_sync/repositories/raw.rb, line 12
def initialize(name, config)
  @name = name
  @config = config
end

Public Instance Methods

indexable?() click to toggle source
# File lib/hound_list_sync/repositories/raw.rb, line 23
def indexable?
  true
end
to_config() click to toggle source
# File lib/hound_list_sync/repositories/raw.rb, line 19
def to_config
  @config
end