Sha256: 97e51fb3632d9d31d85b442540bd24ba6bfff38efbb8ddf5a82d304d8ed99f53
Contents?: true
Size: 265 Bytes
Versions: 4
Compression:
Stored size: 265 Bytes
Contents
module BtfyClient class Link include Virtus.model attribute :id, Integer attribute :name, String attribute :slug, String attribute :destination_url, String attribute :redirect_url, String end end
Version data entries
4 entries across 4 versions & 1 rubygems