class Scalingo::Endpoint::Apps
Public Instance Methods
create(name)
click to toggle source
# File lib/scalingo/endpoint/apps.rb, line 4 def create(name) post(nil, app: { name: name }) end
find_by()
click to toggle source
# File lib/scalingo/endpoint/apps.rb, line 8 def find_by 'name' end