class Github::Trending::Project

Attributes

description[RW]
lang[RW]
name[RW]
star_count[RW]
url[RW]

Public Instance Methods

to_a() click to toggle source
# File lib/github_trending/project.rb, line 6
def to_a
  [@name, @lang, @star_count.to_s, @url]
end