Method: Hive::Broadcast.delete_comment
- Defined in:
- lib/hive/broadcast.rb
.delete_comment(options, &block) ⇒ Object
242 243 244 245 246 247 248 249 250 |
# File 'lib/hive/broadcast.rb', line 242 def self.delete_comment(, &block) required_fields = %i(author permlink) params = [:params] check_required_fields(params, *required_fields) ops = [[:delete_comment, params]] process(.merge(ops: ops), &block) end |