Class: StoryKey::Story
- Inherits:
-
Struct
- Object
- Struct
- StoryKey::Story
- Defined in:
- lib/story_key.rb
Instance Attribute Summary collapse
-
#humanized ⇒ Object
Returns the value of attribute humanized.
-
#phrases ⇒ Object
Returns the value of attribute phrases.
-
#text ⇒ Object
Returns the value of attribute text.
-
#tokenized ⇒ Object
Returns the value of attribute tokenized.
Instance Attribute Details
#humanized ⇒ Object
Returns the value of attribute humanized
36 37 38 |
# File 'lib/story_key.rb', line 36 def humanized @humanized end |
#phrases ⇒ Object
Returns the value of attribute phrases
36 37 38 |
# File 'lib/story_key.rb', line 36 def phrases @phrases end |
#text ⇒ Object
Returns the value of attribute text
36 37 38 |
# File 'lib/story_key.rb', line 36 def text @text end |
#tokenized ⇒ Object
Returns the value of attribute tokenized
36 37 38 |
# File 'lib/story_key.rb', line 36 def tokenized @tokenized end |