Sha256: acbf3a6ec133d7fc417a496231d771e32f7f16f331830f7e233a97acffd31f79
Contents?: true
Size: 233 Bytes
Versions: 7
Compression:
Stored size: 233 Bytes
Contents
class TypecastedAuthor < ::ActiveRemote::Base attribute :guid, :string attribute :name, :string attribute :age, :integer attribute :birthday, :datetime attribute :writes_fiction, :boolean attribute :net_sales, :float end
Version data entries
7 entries across 7 versions & 1 rubygems