class Rjawbone::Model::Base

Attributes

client[RW]
type[RW]

Public Class Methods

new(response = {}) click to toggle source
# File lib/rjawbone/models/base.rb, line 7
def initialize(response = {})
  @client = response["client"] if response["client"]
  @type = response["type"] if response["type"]
end