class Dbla::Response::Words
Attributes
words[RW]
Public Class Methods
new(words)
click to toggle source
# File lib/dbla/response.rb, line 40 def initialize(words) @words = words end