Repository URL to install this package:
|
Version:
0.0.1 ▾
|
module Invoice2go
module Response
def self.create(response_hash)
data = response_hash.data.dup rescue response_hash
data.extend(self)
return data
end
attr_reader :pagination
attr_reader :meta
end
end