Class: CustomCell

Inherits:
UITableViewCell
  • Object
show all
Defined in:
app/controllers/table_view_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#details_labelObject

Returns the value of attribute details_label.



61
62
63
# File 'app/controllers/table_view_controller.rb', line 61

def details_label
  @details_label
end

#is_reusedObject

Returns the value of attribute is_reused.



61
62
63
# File 'app/controllers/table_view_controller.rb', line 61

def is_reused
  @is_reused
end

#other_labelObject

Returns the value of attribute other_label.



61
62
63
# File 'app/controllers/table_view_controller.rb', line 61

def other_label
  @other_label
end

#title_labelObject

Returns the value of attribute title_label.



61
62
63
# File 'app/controllers/table_view_controller.rb', line 61

def title_label
  @title_label
end