Sha256: eae40a3e3f578112d2abd808b88ef32a17aeafa15877d35894b6515424bf6c89
Contents?: true
Size: 342 Bytes
Versions: 1
Compression:
Stored size: 342 Bytes
Contents
class TypecastedAuthor < ::ActiveRemote::Base attribute :guid, :type => String attribute :name, :typecaster => StringTypecaster attribute :age, :integer attribute :birthday, :type => DateTime attribute :writes_fiction, :boolean attribute :net_sales, :typecaster => FloatTypecaster attribute :big_integer_field, :big_integer end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_remote-3.3.3 | spec/support/models/typecasted_author.rb |