Class: SBuilder::Sentence
- Inherits:
-
Struct
- Object
- Struct
- SBuilder::Sentence
- Defined in:
- lib/s_builder.rb
Instance Attribute Summary collapse
-
#adjectives ⇒ Object
Returns the value of attribute adjectives.
-
#nouns ⇒ Object
Returns the value of attribute nouns.
-
#sentence ⇒ Object
Returns the value of attribute sentence.
-
#verbs ⇒ Object
Returns the value of attribute verbs.
-
#words ⇒ Object
Returns the value of attribute words.
Instance Attribute Details
#adjectives ⇒ Object
Returns the value of attribute adjectives
10 11 12 |
# File 'lib/s_builder.rb', line 10 def adjectives @adjectives end |
#nouns ⇒ Object
Returns the value of attribute nouns
10 11 12 |
# File 'lib/s_builder.rb', line 10 def nouns @nouns end |
#sentence ⇒ Object
Returns the value of attribute sentence
10 11 12 |
# File 'lib/s_builder.rb', line 10 def sentence @sentence end |
#verbs ⇒ Object
Returns the value of attribute verbs
10 11 12 |
# File 'lib/s_builder.rb', line 10 def verbs @verbs end |
#words ⇒ Object
Returns the value of attribute words
10 11 12 |
# File 'lib/s_builder.rb', line 10 def words @words end |