module HoundListSync::Repositories::Repo

Public Instance Methods

indexable?() click to toggle source
# File lib/hound_list_sync/repositories.rb, line 14
def indexable?
  raise "#{self.class} has not implemented method '#{__method__}'"
end
name() click to toggle source
# File lib/hound_list_sync/repositories.rb, line 6
def name
  raise "#{self.class} has not implemented method '#{__method__}'"
end
to_config() click to toggle source
# File lib/hound_list_sync/repositories.rb, line 10
def to_config
  raise "#{self.class} has not implemented method '#{__method__}'"
end