Method: YMDT::Base#create
- Defined in:
- lib/ymdt.rb
#create(params = {}) ⇒ Object
59 60 61 62 |
# File 'lib/ymdt.rb', line 59 def create(params={}) raise ArgumentError.new("application_id required") unless params[:application_id] invoke(:get, params) end |