Class: CustomAppearanceController

Inherits:
UIViewController show all
Defined in:
app/controllers/appearance_controller.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from UIViewController

#autorotateMask, #autorotateToOrientation, #top_level_view, #viewDidLoad, #willAnimateRotationToInterfaceOrientation

Methods included from Teacup::Controller

included, #layoutDidLoad, #stylesheet=, #teacupDidLoad

Methods included from Teacup::Layout

#auto, included, #layout, #stylesheet, #stylesheet=, #subview, #top_level_view

Instance Attribute Details

#containerObject (readonly)

Returns the value of attribute container.



3
4
5
# File 'app/controllers/appearance_controller.rb', line 3

def container
  @container
end

#label_1Object (readonly)

Returns the value of attribute label_1.



2
3
4
# File 'app/controllers/appearance_controller.rb', line 2

def label_1
  @label_1
end

#label_2Object (readonly)

Returns the value of attribute label_2.



4
5
6
# File 'app/controllers/appearance_controller.rb', line 4

def label_2
  @label_2
end