Class: Kintone::Command::Form

Inherits:
Kintone::Command show all
Defined in:
lib/kintone/command/form.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Kintone::Command

#initialize

Constructor Details

This class inherits a constructor from Kintone::Command

Class Method Details

.pathObject



4
5
6
# File 'lib/kintone/command/form.rb', line 4

def self.path
  'form'
end

Instance Method Details

#get(app) ⇒ Object



8
9
10
# File 'lib/kintone/command/form.rb', line 8

def get(app)
  @api.get(@url, app: app)
end