class QiitaScouter::User
Attributes
followers[RW]
items[RW]
url_name[RW]
Public Class Methods
new(options = {})
click to toggle source
# File lib/models/user.rb, line 6 def initialize(options = {}) @url_name = options['url_name'] @followers = options['followers_count'] @items = options['items_count'] end