Sha256: 96527def212a7ce76ce55bbd06cb23c823fd6b8e6f7a2129fbaf7acf7f32cef2
Contents?: true
Size: 297 Bytes
Versions: 16
Compression:
Stored size: 297 Bytes
Contents
class TypecastedAuthor < ::ActiveRemote::Base attribute :guid, :type => String attribute :name, :typecaster => StringTypecaster attribute :age, :type => Integer attribute :birthday, :type => DateTime attribute :writes_fiction, :type => Boolean attribute :net_sales, :type => Float end
Version data entries
16 entries across 16 versions & 1 rubygems