Sha256: 884c2200c4d15d45c2ff4fa17841807b1e24ca687245cf07d71b64545f1e0e39

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

module NationBuilder
  class Tags < RemoteController
    include NationBuilder::Actions::List

    def controller_name
      'tags'
    end

    def people(tag)
      JSON.parse(client.get(base_path + '/' + tag).response.env[:body])
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nation_builder-0.0.13 lib/nation_builder/tags.rb