Class: Acrosslite::Entry

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEntry

Returns a new instance of Entry.



6
7
# File 'lib/entry.rb', line 6

def initialize
end

Instance Attribute Details

#answerObject

Returns the value of attribute answer.



3
4
5
# File 'lib/entry.rb', line 3

def answer
  @answer
end

#cell_numberObject

Returns the value of attribute cell_number.



3
4
5
# File 'lib/entry.rb', line 3

def cell_number
  @cell_number
end

#clueObject

Returns the value of attribute clue.



3
4
5
# File 'lib/entry.rb', line 3

def clue
  @clue
end

#clue_numberObject

Returns the value of attribute clue_number.



3
4
5
# File 'lib/entry.rb', line 3

def clue_number
  @clue_number
end

#columnObject

Returns the value of attribute column.



3
4
5
# File 'lib/entry.rb', line 3

def column
  @column
end

#directionObject

Returns the value of attribute direction.



3
4
5
# File 'lib/entry.rb', line 3

def direction
  @direction
end

#lengthObject

Returns the value of attribute length.



3
4
5
# File 'lib/entry.rb', line 3

def length
  @length
end

#rowObject

Returns the value of attribute row.



3
4
5
# File 'lib/entry.rb', line 3

def row
  @row
end