class Xclient::Client

Attributes

embed[RW]
host[RW]
tags[RW]
thumbs[RW]
title[RW]
url[RW]

Public Class Methods

new(params = {}) click to toggle source
# File lib/xclient/client.rb, line 5
def initialize(params = {})
  params.each do |key, value|
    self.send("#{key}=", value)
  end
end