Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hboon/purplish-accessors
- Owner: hboon
- License: bsd-2-clause
- Created: 2018-02-04T09:41:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T10:08:33.000Z (almost 7 years ago)
- Last Synced: 2024-12-04T13:49:07.755Z (28 days ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)