class Kickscraper::Category

Attributes

projects[RW]

Public Instance Methods

inspect() click to toggle source
# File lib/kickscraper/client/category.rb, line 9
def inspect
    "<Category: '#{to_s}'>"
end
to_s() click to toggle source
# File lib/kickscraper/client/category.rb, line 5
def to_s
    name
end