class OSEAdapter
Private Instance Methods
client()
click to toggle source
# File lib/adapters/ose_adapter.rb, line 9 def client 'oc' end
client_missing_error()
click to toggle source
# File lib/adapters/ose_adapter.rb, line 13 def client_missing_error OpenshiftClientMissingError end
client_not_logged_in_error()
click to toggle source
# File lib/adapters/ose_adapter.rb, line 17 def client_not_logged_in_error OpenshiftClientNotLoggedInError end