Sha256: 072aff2b21615fed699350f62b0bc9fcc317c491752c012f87ab09d406124285

Contents?: true

Size: 129 Bytes

Versions: 8

Compression:

Stored size: 129 Bytes

Contents

require 'restful_model'

module Inbox
  class Contact < RestfulModel

    attr_accessor :name
    attr_accessor :email

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
inbox-0.7.0 lib/contact.rb
inbox-0.5.0 lib/contact.rb
inbox-0.4.4 lib/contact.rb
inbox-0.4.3 lib/contact.rb
inbox-0.4.2 lib/contact.rb
inbox-0.4.1 lib/contact.rb
inbox-0.4.0 lib/contact.rb
inbox-0.3.0 lib/contact.rb