Class: AdcenterApi::V8::NotificationService::NotificationServiceRegistry
- Inherits:
-
Object
- Object
- AdcenterApi::V8::NotificationService::NotificationServiceRegistry
- Defined in:
- lib/adcenter_api/v8/notification_service_registry.rb
Constant Summary collapse
- NOTIFICATIONSERVICE_METHODS =
{:get_notifications=>{:input=>{:name=>"get_notifications_request", :fields=>[]}, :output=>{:name=>"get_notifications_response", :fields=>[]}, :original_name=>"GetNotifications"}, :get_archived_notifications=>{:input=>{:name=>"get_archived_notifications_request", :fields=>[]}, :output=>{:name=>"get_archived_notifications_response", :fields=>[]}, :original_name=>"GetArchivedNotifications"}}
- NOTIFICATIONSERVICE_TYPES =
{}
- NOTIFICATIONSERVICE_NAMESPACES =
[]
Class Method Summary collapse
- .get_method_signature(method_name) ⇒ Object
- .get_namespace(index) ⇒ Object
- .get_type_signature(type_name) ⇒ Object
Class Method Details
.get_method_signature(method_name) ⇒ Object
18 19 20 |
# File 'lib/adcenter_api/v8/notification_service_registry.rb', line 18 def self.get_method_signature(method_name) return NOTIFICATIONSERVICE_METHODS[method_name.to_sym] end |
.get_namespace(index) ⇒ Object
26 27 28 |
# File 'lib/adcenter_api/v8/notification_service_registry.rb', line 26 def self.get_namespace(index) return NOTIFICATIONSERVICE_NAMESPACES[index] end |
.get_type_signature(type_name) ⇒ Object
22 23 24 |
# File 'lib/adcenter_api/v8/notification_service_registry.rb', line 22 def self.get_type_signature(type_name) return NOTIFICATIONSERVICE_TYPES[type_name.to_sym] end |