Class: Thron::Gateway::ContentCategory
- Defined in:
- lib/thron/gateway/content_category.rb
Constant Summary collapse
- PACKAGE =
Package.new(:xcontents, :resources, self.service_name)
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Session
Methods included from Pageable
Methods inherited from Base
#check_session, client_id, #client_id, service_name
Methods included from Routable
Constructor Details
This class inherits a constructor from Thron::Gateway::Session
Class Method Details
.routes ⇒ Object
9 10 11 12 13 14 |
# File 'lib/thron/gateway/content_category.rb', line 9 def self.routes @routes ||= { link_category_to_content: Route::factory(name: 'linkCategoryToContent', package: PACKAGE), remove_category_from_content: Route::factory(name: 'removeCategoryToContent', package: PACKAGE) } end |