Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hboon/purplish-accessors

Add variations of attr_accessor for RubyMotion for iOS & macOS
https://github.com/hboon/purplish-accessors

Last synced: 22 days ago
JSON representation

Add variations of attr_accessor for RubyMotion for iOS & macOS

Awesome Lists containing this project

README

        

#Make working with rects, sizes and points more convenient with [RubyMotion](http://rubymotion.com) for iOS & OS X

Usage
---
```
class AppDelegate
private_attr_accessor :datastore
private_bool_attr_accessor :foo
bool_attr_accessor :bar
block_attr_accessor :foobar
symbol_attr_accessor :alignment
end
```

Installation
---
1. Add this to your `Gemfile`: `gem 'purplish-accessors'`
2. Run `bundle install`

License
---
BSD 2-clause. See LICENSE file.

Questions
---
* Email: [[email protected]](mailto:[email protected])
* Web: [http://hboon.com/](http://hboon.com/)
* Twitter: [http://twitter.com/hboon](http://twitter.com/hboon)