Class: Maventa::Operator

Inherits:
Resource show all
Defined in:
lib/maventa/operator.rb

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Maventa::Resource

Instance Method Details

#create_notificationObject



23
24
25
# File 'lib/maventa/operator.rb', line 23

def create_notification
	raise "Not implemented"
end

#delete_notificationObject



31
32
33
# File 'lib/maventa/operator.rb', line 31

def delete_notification
	raise "Not implemented"
end

#delete_participantObject



15
16
17
# File 'lib/maventa/operator.rb', line 15

def delete_participant
	raise "Not implemented"
end

#get_account_statementObject



43
44
45
# File 'lib/maventa/operator.rb', line 43

def 
	raise "Not implemented"
end

#get_invoice_imageObject



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_companiesObject



39
40
41
# File 'lib/maventa/operator.rb', line 39

def list_companies
	raise "Not implemented"
end

#list_notificationsObject



27
28
29
# File 'lib/maventa/operator.rb', line 27

def list_notifications
	raise "Not implemented"
end

#register_participantObject



3
4
5
# File 'lib/maventa/operator.rb', line 3

def register_participant
	raise "Not implemented"
end

#show_notificationObject



35
36
37
# File 'lib/maventa/operator.rb', line 35

def show_notification
	raise "Not implemented"
end

#show_participantObject



19
20
21
# File 'lib/maventa/operator.rb', line 19

def show_participant
	raise "Not implemented"
end

#update_participantObject



11
12
13
# File 'lib/maventa/operator.rb', line 11

def update_participant
	raise "Not implemented"
end