class Typekitable::Response
Public Class Methods
new(from_hash)
click to toggle source
Calls superclass method
# File lib/typekitable/request.rb, line 62 def initialize(from_hash) super(*from_hash.values_at(*members)) end