Class: Hbtrack::Database::Habit

Inherits:
Struct
  • Object
show all
Defined in:
lib/hbtrack/database/model.rb

Overview

Data Abstraction

Instance Attribute Summary collapse

Instance Attribute Details

#display_orderObject

Returns the value of attribute display_order

Returns:

  • (Object)

    the current value of display_order



6
7
8
# File 'lib/hbtrack/database/model.rb', line 6

def display_order
  @display_order
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/hbtrack/database/model.rb', line 6

def title
  @title
end