Class: Dbla::Response::Words
- Inherits:
-
Object
- Object
- Dbla::Response::Words
- Defined in:
- lib/dbla/response.rb
Instance Attribute Summary collapse
-
#words ⇒ Object
Returns the value of attribute words.
Instance Method Summary collapse
-
#initialize(words) ⇒ Words
constructor
A new instance of Words.
Constructor Details
#initialize(words) ⇒ Words
Returns a new instance of Words.
41 42 43 |
# File 'lib/dbla/response.rb', line 41 def initialize(words) @words = words end |
Instance Attribute Details
#words ⇒ Object
Returns the value of attribute words.
40 41 42 |
# File 'lib/dbla/response.rb', line 40 def words @words end |