Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_paramObject



195
196
197
# File 'lib/http_requestor.rb', line 195

def to_param
  to_s
end

#to_query(key) ⇒ Object



191
192
193
# File 'lib/http_requestor.rb', line 191

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