Class: StatusBar::View

Inherits:
UIViewController
  • Object
show all
Defined in:
lib/project/view.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#activity_labelObject

Returns the value of attribute activity_label.



5
6
7
# File 'lib/project/view.rb', line 5

def activity_label
  @activity_label
end

#activity_spinnerObject

Returns the value of attribute activity_spinner.



5
6
7
# File 'lib/project/view.rb', line 5

def activity_spinner
  @activity_spinner
end

#activity_viewObject

Returns the value of attribute activity_view.



5
6
7
# File 'lib/project/view.rb', line 5

def activity_view
  @activity_view
end

#error_imageObject

Returns the value of attribute error_image.



5
6
7
# File 'lib/project/view.rb', line 5

def error_image
  @error_image
end

#error_labelObject

Returns the value of attribute error_label.



5
6
7
# File 'lib/project/view.rb', line 5

def error_label
  @error_label
end

#error_viewObject

Returns the value of attribute error_view.



5
6
7
# File 'lib/project/view.rb', line 5

def error_view
  @error_view
end

#notice_labelObject

Returns the value of attribute notice_label.



5
6
7
# File 'lib/project/view.rb', line 5

def notice_label
  @notice_label
end

#notice_viewObject

Returns the value of attribute notice_view.



5
6
7
# File 'lib/project/view.rb', line 5

def notice_view
  @notice_view
end

#status_bar_viewObject

Returns the value of attribute status_bar_view.



5
6
7
# File 'lib/project/view.rb', line 5

def status_bar_view
  @status_bar_view
end

#success_imageObject

Returns the value of attribute success_image.



5
6
7
# File 'lib/project/view.rb', line 5

def success_image
  @success_image
end

#success_labelObject

Returns the value of attribute success_label.



5
6
7
# File 'lib/project/view.rb', line 5

def success_label
  @success_label
end

#success_viewObject

Returns the value of attribute success_view.



5
6
7
# File 'lib/project/view.rb', line 5

def success_view
  @success_view
end

Instance Method Details

#viewDidLoadObject



32
33
34
# File 'lib/project/view.rb', line 32

def viewDidLoad
  super 
end