Class: StoryKey::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#countableObject

Returns the value of attribute countable



35
36
37
# File 'lib/story_key.rb', line 35

def countable
  @countable
end

#part_of_speechObject

Returns the value of attribute part_of_speech



35
36
37
# File 'lib/story_key.rb', line 35

def part_of_speech
  @part_of_speech
end

#prepositionObject

Returns the value of attribute preposition



35
36
37
# File 'lib/story_key.rb', line 35

def preposition
  @preposition
end

#rawObject

Returns the value of attribute raw



35
36
37
# File 'lib/story_key.rb', line 35

def raw
  @raw
end

#textObject

Returns the value of attribute text



35
36
37
# File 'lib/story_key.rb', line 35

def text
  @text
end

#tokenObject

Returns the value of attribute token



35
36
37
# File 'lib/story_key.rb', line 35

def token
  @token
end