Module: NotableWeb

Defined in:
lib/notable_web.rb,
lib/notable_web/engine.rb,
lib/notable_web/version.rb,
app/controllers/notable_web/home_controller.rb

Defined Under Namespace

Classes: Engine, HomeController

Constant Summary collapse

VERSION =
"0.2.0"

Class Attribute Summary collapse

Class Attribute Details

.time_zoneObject

Returns the value of attribute time_zone.



16
17
18
# File 'lib/notable_web.rb', line 16

def time_zone
  @time_zone
end

.user_name_methodObject

Returns the value of attribute user_name_method.



15
16
17
# File 'lib/notable_web.rb', line 15

def user_name_method
  @user_name_method
end