class Zype::Apps
This class does not support all, create, update or delete methods. Read more at docs.zype.com/v1.0/reference#apps
@since 0.6.0
Public Instance Methods
find()
click to toggle source
Returns app that matches that app_key used in the authorization
@return [Hash] the app returned from the API
# File lib/zype/models/apps.rb, line 17 def find raise Zype::Client::NoAppKey if Zype.configuration.app_key.to_s.empty? client.execute(method: :get, path: '/app') end