Class: Dbla::Response::Words

Inherits:
Object
  • Object
show all
Defined in:
lib/dbla/response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#wordsObject

Returns the value of attribute words.



40
41
42
# File 'lib/dbla/response.rb', line 40

def words
  @words
end