Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#buildurl(paras, type = "centric") ⇒ Object



11
12
13
# File 'lib/hipsteripsum.rb', line 11

def buildurl(paras, type = "centric")
  url = "/api/?paras=#{paras}&type=hipster-#{type}"
end