Class: QPush::Web::Post
- Inherits:
-
Object
- Object
- QPush::Web::Post
- Defined in:
- lib/qpush/web/post.rb
Class Method Summary collapse
Class Method Details
.create(params) ⇒ Object
5 6 7 8 |
# File 'lib/qpush/web/post.rb', line 5 def create(params) create = Apis::Create.new(params) create.call end |