Class: Rhohub::Subscription

Inherits:
Base show all
Defined in:
lib/build/rhohub/subscription.rb

Class Method Summary collapse

Methods inherited from Base

catch_all, create, delete, list, login, platforms, show, supported_gems, user_status

Class Method Details

.checkObject



3
4
5
6
7
# File 'lib/build/rhohub/subscription.rb', line 3

def self.check
  catch_all do
    super({},"subscription")
  end
end