Class: RockRMS::Response::Page
- Defined in:
- lib/rock_rms/response/page.rb
Constant Summary collapse
- MAP =
{ id: 'Id', name: 'InternalName', page_title: 'PageTitle', browser_title: 'BrowserTitle', blocks: 'Blocks' }.freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
format, #format, #initialize, #to_h
Constructor Details
This class inherits a constructor from RockRMS::Response::Base