Class: SBuilder::Sentence

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

Instance Attribute Summary collapse

Instance Attribute Details

#adjectivesObject

Returns the value of attribute adjectives

Returns:

  • (Object)

    the current value of adjectives



10
11
12
# File 'lib/s_builder.rb', line 10

def adjectives
  @adjectives
end

#nounsObject

Returns the value of attribute nouns

Returns:

  • (Object)

    the current value of nouns



10
11
12
# File 'lib/s_builder.rb', line 10

def nouns
  @nouns
end

#sentenceObject

Returns the value of attribute sentence

Returns:

  • (Object)

    the current value of sentence



10
11
12
# File 'lib/s_builder.rb', line 10

def sentence
  @sentence
end

#verbsObject

Returns the value of attribute verbs

Returns:

  • (Object)

    the current value of verbs



10
11
12
# File 'lib/s_builder.rb', line 10

def verbs
  @verbs
end

#wordsObject

Returns the value of attribute words

Returns:

  • (Object)

    the current value of words



10
11
12
# File 'lib/s_builder.rb', line 10

def words
  @words
end