Class: Maventa::Operator
Instance Method Summary
collapse
Methods inherited from Resource
#initialize
Instance Method Details
#create_notification ⇒ Object
23
24
25
|
# File 'lib/maventa/operator.rb', line 23
def create_notification
raise "Not implemented"
end
|
#delete_notification ⇒ Object
31
32
33
|
# File 'lib/maventa/operator.rb', line 31
def delete_notification
raise "Not implemented"
end
|
#delete_participant ⇒ Object
15
16
17
|
# File 'lib/maventa/operator.rb', line 15
def delete_participant
raise "Not implemented"
end
|
#get_account_statement ⇒ Object
43
44
45
|
# File 'lib/maventa/operator.rb', line 43
def get_account_statement
raise "Not implemented"
end
|
#get_invoice_image ⇒ Object
47
48
49
|
# File 'lib/maventa/operator.rb', line 47
def get_invoice_image
raise "Not implemented"
end
|
#list(participants) ⇒ Object
7
8
9
|
# File 'lib/maventa/operator.rb', line 7
def list participants
raise "Not implemented"
end
|
#list_companies ⇒ Object
39
40
41
|
# File 'lib/maventa/operator.rb', line 39
def list_companies
raise "Not implemented"
end
|
#list_notifications ⇒ Object
27
28
29
|
# File 'lib/maventa/operator.rb', line 27
def list_notifications
raise "Not implemented"
end
|
#register_participant ⇒ Object
3
4
5
|
# File 'lib/maventa/operator.rb', line 3
def register_participant
raise "Not implemented"
end
|
#show_notification ⇒ Object
35
36
37
|
# File 'lib/maventa/operator.rb', line 35
def show_notification
raise "Not implemented"
end
|
#show_participant ⇒ Object
19
20
21
|
# File 'lib/maventa/operator.rb', line 19
def show_participant
raise "Not implemented"
end
|
#update_participant ⇒ Object
11
12
13
|
# File 'lib/maventa/operator.rb', line 11
def update_participant
raise "Not implemented"
end
|