Class: Danger::Todo

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

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



2
3
4
# File 'lib/todoist/todo.rb', line 2

def file
  @file
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



2
3
4
# File 'lib/todoist/todo.rb', line 2

def text
  @text
end