class SteemApi::Community

Public Instance Methods

tag_names() click to toggle source
# File lib/steem_api/models/community.rb, line 60
def tag_names
  tags.pluck(:tag)
end