Class: Stacked::Tag

Inherits:
Base
  • Object
show all
Defined in:
lib/stacked/tag.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

all, association, collection, find, #initialize, #parse_answers, #parse_badges, #parse_comments, #parse_post_timeline, #parse_questions, #parse_reputations, #parse_tags, #parse_type, #parse_user_timeline, #post, records, request, singular, stats

Constructor Details

This class inherits a constructor from Stacked::Base

Instance Attribute Details

#countObject

Returns the value of attribute count.



3
4
5
# File 'lib/stacked/tag.rb', line 3

def count
  @count
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/stacked/tag.rb', line 3

def name
  @name
end