Class: TimeEase::Output

Inherits:
Struct
  • Object
show all
Defined in:
lib/timease.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_atObject

Returns the value of attribute end_at

Returns:

  • (Object)

    the current value of end_at



12
13
14
# File 'lib/timease.rb', line 12

def end_at
  @end_at
end

#exactObject

Returns the value of attribute exact

Returns:

  • (Object)

    the current value of exact



12
13
14
# File 'lib/timease.rb', line 12

def exact
  @exact
end

#pj_nameObject

Returns the value of attribute pj_name

Returns:

  • (Object)

    the current value of pj_name



12
13
14
# File 'lib/timease.rb', line 12

def pj_name
  @pj_name
end

#start_atObject

Returns the value of attribute start_at

Returns:

  • (Object)

    the current value of start_at



12
13
14
# File 'lib/timease.rb', line 12

def start_at
  @start_at
end

#task_nameObject

Returns the value of attribute task_name

Returns:

  • (Object)

    the current value of task_name



12
13
14
# File 'lib/timease.rb', line 12

def task_name
  @task_name
end