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

Version Path
active_remote-5.0.1 spec/support/models/typecasted_author.rb
active_remote-5.1.1 spec/support/models/typecasted_author.rb
active_remote-5.1.0 spec/support/models/typecasted_author.rb
active_remote-5.0.0 spec/support/models/typecasted_author.rb
active_remote-5.1.0.rc1 spec/support/models/typecasted_author.rb
active_remote-5.0.0.rc1 spec/support/models/typecasted_author.rb
active_remote-5.0.0.pre spec/support/models/typecasted_author.rb