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



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

def end_at
  @end_at
end

#exactObject

Returns the value of attribute exact



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

def exact
  @exact
end

#pj_nameObject

Returns the value of attribute 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



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

def start_at
  @start_at
end

#task_nameObject

Returns the value of attribute task_name



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

def task_name
  @task_name
end