Class: StoryKey::Story

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

Instance Attribute Summary collapse

Instance Attribute Details

#humanizedObject

Returns the value of attribute humanized

Returns:

  • (Object)

    the current value of humanized



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

def humanized
  @humanized
end

#phrasesObject

Returns the value of attribute phrases

Returns:

  • (Object)

    the current value of phrases



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

def phrases
  @phrases
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end

#tokenizedObject

Returns the value of attribute tokenized

Returns:

  • (Object)

    the current value of tokenized



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

def tokenized
  @tokenized
end