Sha256: 991dd11558fc08056dcd29381dfb7e8b889ffc2f79eecb9a72681d2aa1f438af

Contents?: true

Size: 337 Bytes

Versions: 10

Compression:

Stored size: 337 Bytes

Contents

module RedboothRuby
  class Me < Base
    include RedboothRuby::Operations::Show
    include RedboothRuby::Operations::Update
    include RedboothRuby::Operations::Delete

    attr_accessor :id, :email, :first_name, :last_name

    class << self
      def api_member_url(id = nil, method = nil)
        'me'
      end
    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
redbooth-ruby-0.2.3 lib/redbooth-ruby/me.rb
redbooth-ruby-0.2.2 lib/redbooth-ruby/me.rb
redbooth-ruby-0.2.1 lib/redbooth-ruby/me.rb
redbooth-ruby-0.2.0 lib/redbooth-ruby/me.rb
redbooth-ruby-0.1.4 lib/redbooth-ruby/me.rb
redbooth-ruby-0.1.3 lib/redbooth-ruby/me.rb
redbooth-ruby-0.1.1 lib/redbooth-ruby/me.rb
redbooth-ruby-0.1.0 lib/redbooth-ruby/me.rb
redbooth-ruby-0.0.5 lib/redbooth-ruby/me.rb
redbooth-ruby-0.0.4 lib/redbooth-ruby/me.rb