class Nibo::Entry
Public Class Methods
object_param(param, method)
click to toggle source
# File lib/nibo/entry.rb, line 13 def self.object_param(param, method) case method when :post param end end
url_method(method)
click to toggle source
# File lib/nibo/entry.rb, line 6 def self.url_method(method) case method when :post '/CreateEntry' end end