Class: StoryKey::Entry
- Inherits:
-
Struct
- Object
- Struct
- StoryKey::Entry
- Defined in:
- lib/story_key.rb
Instance Attribute Summary collapse
-
#countable ⇒ Object
Returns the value of attribute countable.
-
#part_of_speech ⇒ Object
Returns the value of attribute part_of_speech.
-
#preposition ⇒ Object
Returns the value of attribute preposition.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#text ⇒ Object
Returns the value of attribute text.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#countable ⇒ Object
Returns the value of attribute countable
35 36 37 |
# File 'lib/story_key.rb', line 35 def countable @countable end |
#part_of_speech ⇒ Object
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 |
#preposition ⇒ Object
Returns the value of attribute preposition
35 36 37 |
# File 'lib/story_key.rb', line 35 def preposition @preposition end |
#raw ⇒ Object
Returns the value of attribute raw
35 36 37 |
# File 'lib/story_key.rb', line 35 def raw @raw end |
#text ⇒ Object
Returns the value of attribute text
35 36 37 |
# File 'lib/story_key.rb', line 35 def text @text end |
#token ⇒ Object
Returns the value of attribute token
35 36 37 |
# File 'lib/story_key.rb', line 35 def token @token end |