Sha256: f348baef210387e30cd56d10c20a136d88a1dcd8850747fa61c6e25351706f4e

Contents?: true

Size: 272 Bytes

Versions: 63

Compression:

Stored size: 272 Bytes

Contents

class TestTrack::Remote::IdentifierType
  include TestTrack::RemoteModel

  collection_path '/api/v1/identifier_type'

  attributes :name

  validates :name, presence: true

  def fake_save_response_attributes
    nil # :no_content is the expected response type
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
test_track_rails_client-1.1.0 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-1.0.0 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.20 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.19 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.18 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.17 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.16 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.15 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.14 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.13 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.12 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.11 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.10 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.9 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.8 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.7 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.6 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.5 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.4 app/models/test_track/remote/identifier_type.rb
test_track_rails_client-0.9.3 app/models/test_track/remote/identifier_type.rb