Sha256: 7104a8b889b8cc8293894d30caa9be9e8c41a5103e03551e32696cd9867566d0

Contents?: true

Size: 1.4 KB

Versions: 18

Compression:

Stored size: 1.4 KB

Contents

# Pragma::Operation

[![Build Status](https://img.shields.io/travis/pragmarb/pragma-operation.svg?maxAge=3600&style=flat-square)](https://travis-ci.org/pragmarb/pragma-operation)
[![Dependency Status](https://img.shields.io/gemnasium/pragmarb/pragma-operation.svg?maxAge=3600&style=flat-square)](https://gemnasium.com/github.com/pragmarb/pragma-operation)
[![Code Climate](https://img.shields.io/codeclimate/github/pragmarb/pragma-operation.svg?maxAge=3600&style=flat-square)](https://codeclimate.com/github/pragmarb/pragma-operation)
[![Coveralls](https://img.shields.io/coveralls/pragmarb/pragma-operation.svg?maxAge=3600&style=flat-square)](https://coveralls.io/github/pragmarb/pragma-operation)

Operations encapsulate the business logic of your JSON API.

They are built on top of the awesome [Interactor](https://github.com/collectiveidea/interactor) gem.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'pragma-operation'
```

And then execute:

```console
$ bundle
```

Or install it yourself as:

```console
$ gem install pragma-operation
```

## Usage

All documentation is in the [doc](https://github.com/pragmarb/pragma-operation/tree/master/doc)
folder.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pragmarb/pragma-operation.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
pragma-operation-1.6.3 README.md
pragma-operation-1.6.2 README.md
pragma-operation-1.6.1 README.md
pragma-operation-1.6.0 README.md
pragma-operation-1.5.0 README.md
pragma-operation-1.4.0 README.md
pragma-operation-1.3.1 README.md
pragma-operation-1.3.0 README.md
pragma-operation-1.2.3 README.md
pragma-operation-1.2.2 README.md
pragma-operation-1.2.1 README.md
pragma-operation-1.2.0 README.md
pragma-operation-1.1.1 README.md
pragma-operation-1.1.0 README.md
pragma-operation-1.0.0 README.md
pragma-operation-0.1.2 README.md
pragma-operation-0.1.1 README.md
pragma-operation-0.1.0 README.md