class NLBSG::RequestBase
Attributes
options[RW]
Public Instance Methods
build(options)
click to toggle source
# File lib/nlbsg/request.rb, line 6 def build(options) options.merge(API_key: NLBSG.key) end