module FREDAPI::Client::Category
Category
module for fred/category endpoint
Public Instance Methods
category(opts={})
click to toggle source
Get a category
@param opts [Hash] options hash of parameters @option opts [Integer] api_key 32 character alpha-numeric lowercase string @option opts [String] file_type A key or file extension that indicates the type of file to send @option opts [Integer] category_id The id for a category @return [Hashie::Mash] Hash containing the results
# File lib/fredapi/client/category.rb, line 19 def category opts={} get "fred/category", opts end