Class: Ubiquitously::MetaFilter::Post
- Inherits:
-
Service::Post
- Object
- Base
- Service::Post
- Ubiquitously::MetaFilter::Post
- Defined in:
- lib/ubiquitously/services/meta_filter.rb
Overview
You cannot post to the front page at this time. This can be due to one of several things. You may not have been a member long enough (1 week), you may not have posted enough comments (at least 3), or you may have already posted a link in the past 24 hours.
Instance Attribute Summary
Attributes inherited from Service::Post
#captcha, #categories, #description, #downvotes, #extension, #format, #image, #kind, #must_be_unique, #privacy, #rating, #remote, #service_id, #service_url, #slug, #source, #source_url, #state, #status, #tags, #title, #token, #upvotes, #url, #user, #vote
Instance Method Summary collapse
Methods inherited from Service::Post
Methods included from Loggable::Post
Methods included from Restful::Post
Methods included from Postable::Post
Methods included from Ownable::Post
Methods inherited from Base
Methods included from SubclassableCallbacks
Constructor Details
This class inherits a constructor from Ubiquitously::Service::Post
Instance Method Details
#create ⇒ Object
21 22 23 |
# File 'lib/ubiquitously/services/meta_filter.rb', line 21 def create page = agent.get("http://www.metafilter.com/") end |