Module: ProMotion

Defined in:
lib/ProMotion/version.rb,
lib/ProMotion/tabs/tabs.rb,
lib/ProMotion/pro_motion.rb,
lib/ProMotion/table/table.rb,
lib/ProMotion/logger/logger.rb,
lib/ProMotion/screen/screen.rb,
lib/ProMotion/web/web_screen.rb,
lib/ProMotion/styling/styling.rb,
lib/ProMotion/support/support.rb,
lib/ProMotion/delegate/delegate.rb,
lib/ProMotion/ipad/split_screen.rb,
lib/ProMotion/table/table_utils.rb,
lib/ProMotion/table/table_screen.rb,
lib/ProMotion/table/grouped_table.rb,
lib/ProMotion/screen/screen_module.rb,
lib/ProMotion/screen/nav_bar_module.rb,
lib/ProMotion/table/data/table_data.rb,
lib/ProMotion/web/web_screen_module.rb,
lib/ProMotion/delegate/delegate_module.rb,
lib/ProMotion/delegate/delegate_parent.rb,
lib/ProMotion/screen/screen_navigation.rb,
lib/ProMotion/cocoatouch/table_view_cell.rb,
lib/ProMotion/cocoatouch/view_controller.rb,
lib/ProMotion/table/extensions/indexable.rb,
lib/ProMotion/table/grouped_table_screen.rb,
lib/ProMotion/table/extensions/searchable.rb,
lib/ProMotion/table/extensions/refreshable.rb,
lib/ProMotion/cocoatouch/tab_bar_controller.rb,
lib/ProMotion/table/extensions/longpressable.rb,
lib/ProMotion/cocoatouch/navigation_controller.rb,
lib/ProMotion/cocoatouch/split_view_controller.rb,
lib/ProMotion/cocoatouch/table_view_controller.rb,
lib/ProMotion/table/cell/table_view_cell_module.rb

Defined Under Namespace

Modules: DelegateModule, GroupedTable, NavBarModule, ScreenModule, ScreenNavigation, SplitScreen, Styling, Support, Table, TableViewCellModule, Tabs, WebScreenModule Classes: Delegate, DelegateParent, GroupedTableScreen, Logger, NavigationController, Screen, SplitViewController, TabBarController, TableData, TableScreen, TableViewCell, TableViewController, ViewController, WebScreen

Constant Summary collapse

VERSION =
"2.3.0"

Class Method Summary collapse

Class Method Details

.loggerObject



71
72
73
# File 'lib/ProMotion/logger/logger.rb', line 71

def logger
  @logger ||= Logger.new
end

.logger=(log) ⇒ Object



75
76
77
# File 'lib/ProMotion/logger/logger.rb', line 75

def logger=(log)
  @logger = log
end