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

Version Path
active_remote-3.2.2 spec/support/models/typecasted_author.rb
active_remote-3.2.1 spec/support/models/typecasted_author.rb
active_remote-3.2.0 spec/support/models/typecasted_author.rb
active_remote-3.2.0.pre spec/support/models/typecasted_author.rb
active_remote-3.1.3 spec/support/models/typecasted_author.rb
active_remote-3.1.2 spec/support/models/typecasted_author.rb
active_remote-3.1.2.pre spec/support/models/typecasted_author.rb
active_remote-3.1.1 spec/support/models/typecasted_author.rb
active_remote-3.1.0 spec/support/models/typecasted_author.rb
active_remote-3.0.0 spec/support/models/typecasted_author.rb
active_remote-3.0.0.pre1 spec/support/models/typecasted_author.rb
active_remote-2.4.0 spec/support/models/typecasted_author.rb
active_remote-2.3.5 spec/support/models/typecasted_author.rb
active_remote-2.3.4 spec/support/models/typecasted_author.rb
active_remote-2.3.3 spec/support/models/typecasted_author.rb
active_remote-2.3.3.pre spec/support/models/typecasted_author.rb