Module: Zoom::Actions::Account

Included in:
Client
Defined in:
lib/zoom/actions/account.rb

Instance Method Summary collapse

Instance Method Details

#account_billing_get(*args) ⇒ Object

Billing related API Endpoints



50
51
52
53
54
# File 'lib/zoom/actions/account.rb', line 50

def (*args)
  # TODO: implement account_billing_get
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_billing_get is not yet implemented'
end

#account_billing_update(*args) ⇒ Object



56
57
58
59
60
# File 'lib/zoom/actions/account.rb', line 56

def (*args)
  # TODO: implement account_billing_update
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_billing_update is not yet implemented'
end

#account_create(*args) ⇒ Object



12
13
14
15
16
# File 'lib/zoom/actions/account.rb', line 12

def (*args)
  # TODO: implement accounts_create
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'accounts_create is not yet implemented'
end

#account_delete(*args) ⇒ Object



24
25
26
27
28
# File 'lib/zoom/actions/account.rb', line 24

def (*args)
  # TODO: implement account_delete
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_delete is not yet implemented'
end

#account_get(*args) ⇒ Object



18
19
20
21
22
# File 'lib/zoom/actions/account.rb', line 18

def (*args)
  # TODO: implement account_get
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_get is not yet implemented'
end

#account_list(*args) ⇒ Object



6
7
8
9
10
# File 'lib/zoom/actions/account.rb', line 6

def (*args)
  # TODO: implement accounts_list
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'accounts_list is not yet implemented'
end

#account_options_update(*args) ⇒ Object



30
31
32
33
34
# File 'lib/zoom/actions/account.rb', line 30

def (*args)
  # TODO: implement account_options_update
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_options_update is not yet implemented'
end

#account_plans_list(*args) ⇒ Object



62
63
64
65
66
# File 'lib/zoom/actions/account.rb', line 62

def (*args)
  # TODO: implement account_plans_list
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_plans_list is not yet implemented'
end

#account_settings_get(*args) ⇒ Object



36
37
38
39
40
# File 'lib/zoom/actions/account.rb', line 36

def (*args)
  # TODO: implement account_settings_get
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_settings_get is not yet implemented'
end

#account_settings_update(*args) ⇒ Object



42
43
44
45
46
# File 'lib/zoom/actions/account.rb', line 42

def (*args)
  # TODO: implement account_settings_update
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'account_settings_update is not yet implemented'
end

#some_method(*args) ⇒ Object



68
69
70
71
72
# File 'lib/zoom/actions/account.rb', line 68

def some_method(*args)
  # TODO: implement some_method
  # options = Utils.extract_options!(args)
  raise Zoom::NotImplemented, 'some_method is not yet implemented'
end