Sha256: 25cddf0f234f53561ae623ff64438e21f0ad1bd282d10a179b9979b3706a4568

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

require 'support/protobuf/tag.pb'

##
# Define a generic class that inherits from active remote base
#
class Tag < ::ActiveRemote::Base
  service_class ::Generic::Remote::TagService

  attribute :guid
  attribute :name
  attribute :updated_at

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_remote-1.6.1 spec/support/models/tag.rb
active_remote-1.6.0 spec/support/models/tag.rb