Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#to_paramObject



205
206
207
# File 'lib/http_requestor.rb', line 205

def to_param
  to_s
end

#to_query(key) ⇒ Object



201
202
203
# File 'lib/http_requestor.rb', line 201

def to_query(key)
  to_s.to_query(key)
end