Class: Gitabu::Api::V3::Billing

Inherits:
Object
  • Object
show all
Defined in:
lib/gitabu/api/v3/billing.rb

Overview

Billing endpoints.

Class Method Summary collapse

Class Method Details

.get_github_actions_billing_for_a_user(username: nil, options: nil) ⇒ Object



54
55
56
# File 'lib/gitabu/api/v3/billing.rb', line 54

def self.get_github_actions_billing_for_a_user(username: nil, options: nil)
  new.get_github_actions_billing_for_a_user(username, options)
end

.get_github_actions_billing_for_an_organization(org: nil, options: nil) ⇒ Object



38
39
40
# File 'lib/gitabu/api/v3/billing.rb', line 38

def self.get_github_actions_billing_for_an_organization(org: nil, options: nil)
  new.get_github_actions_billing_for_an_organization(org, options)
end

.get_github_advanced_security_active_committers_for_an_organization(org: nil, options: nil) ⇒ Object



42
43
44
# File 'lib/gitabu/api/v3/billing.rb', line 42

def self.get_github_advanced_security_active_committers_for_an_organization(org: nil, options: nil)
  new.get_github_advanced_security_active_committers_for_an_organization(org, options)
end

.get_github_packages_billing_for_a_user(username: nil, options: nil) ⇒ Object



58
59
60
# File 'lib/gitabu/api/v3/billing.rb', line 58

def self.get_github_packages_billing_for_a_user(username: nil, options: nil)
  new.get_github_packages_billing_for_a_user(username, options)
end

.get_github_packages_billing_for_an_organization(org: nil, options: nil) ⇒ Object



46
47
48
# File 'lib/gitabu/api/v3/billing.rb', line 46

def self.get_github_packages_billing_for_an_organization(org: nil, options: nil)
  new.get_github_packages_billing_for_an_organization(org, options)
end

.get_shared_storage_billing_for_a_user(username: nil, options: nil) ⇒ Object



62
63
64
# File 'lib/gitabu/api/v3/billing.rb', line 62

def self.get_shared_storage_billing_for_a_user(username: nil, options: nil)
  new.get_shared_storage_billing_for_a_user(username, options)
end

.get_shared_storage_billing_for_an_organization(org: nil, options: nil) ⇒ Object



50
51
52
# File 'lib/gitabu/api/v3/billing.rb', line 50

def self.get_shared_storage_billing_for_an_organization(org: nil, options: nil)
  new.get_shared_storage_billing_for_an_organization(org, options)
end