Module: ProMotion

Defined in:
lib/ProMotion/logger.rb,
lib/ProMotion/version.rb,
lib/ProMotion/pro_motion.rb,
lib/ProMotion/table/table.rb,
lib/ProMotion/view/styling.rb,
lib/ProMotion/screen/screen.rb,
lib/ProMotion/map/map_screen.rb,
lib/ProMotion/web/web_screen.rb,
lib/ProMotion/containers/tabs.rb,
lib/ProMotion/delegate/delegate.rb,
lib/ProMotion/table/table_screen.rb,
lib/ProMotion/table/grouped_table.rb,
lib/ProMotion/screen/screen_module.rb,
lib/ProMotion/map/map_screen_module.rb,
lib/ProMotion/table/data/table_data.rb,
lib/ProMotion/web/web_screen_module.rb,
lib/ProMotion/extensions/conversions.rb,
lib/ProMotion/containers/split_screen.rb,
lib/ProMotion/delegate/delegate_module.rb,
lib/ProMotion/delegate/delegate_parent.rb,
lib/ProMotion/screen/screen_navigation.rb,
lib/ProMotion/map/map_screen_annotation.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/thirdparty/formotion_screen.rb,
lib/ProMotion/table/extensions/refreshable.rb,
lib/ProMotion/cocoatouch/tab_bar_controller.rb,
lib/ProMotion/delegate/delegate_notifications.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,
lib/ProMotion/push_notification/push_notification.rb

Defined Under Namespace

Modules: Conversions, DelegateModule, DelegateNotifications, GroupedTable, MapScreenModule, ScreenModule, ScreenNavigation, SplitScreen, Styling, Table, TableViewCellModule, Tabs, WebScreenModule Classes: Delegate, DelegateParent, FormotionScreen, GroupedTableScreen, Logger, MapScreen, MapScreenAnnotation, NavigationController, PushNotification, Screen, SplitViewController, TabBarController, TableData, TableScreen, TableViewCell, TableViewController, ViewController, WebScreen

Constant Summary collapse

VERSION =
"1.1.2"

Class Method Summary collapse

Class Method Details

.loggerObject



65
66
67
# File 'lib/ProMotion/logger.rb', line 65

def logger
  @logger ||= Logger.new
end

.logger=(log) ⇒ Object



69
70
71
# File 'lib/ProMotion/logger.rb', line 69

def logger=(log)
  @logger = log
end