Module: GovernorBlogger::InstanceMethods
- Defined in:
- lib/governor_blogger/instance_methods.rb
Instance Method Summary collapse
Instance Method Details
#post_to_blogger_in_background ⇒ Object
3 4 5 |
# File 'lib/governor_blogger/instance_methods.rb', line 3 def post_to_blogger_in_background GovernorBackground.run('blogger_post', self) end |