Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_paramObject



135
136
137
# File 'lib/http_requestor.rb', line 135

def to_param
  to_s
end

#to_query(key) ⇒ Object



131
132
133
# File 'lib/http_requestor.rb', line 131

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