Class: GSquire::Tasklist
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- GSquire::Tasklist
- Defined in:
- lib/gsquire/models/tasklist.rb
Constant Summary collapse
- DATA_ATTRIBUTES =
%w[ id title ].freeze
Instance Method Summary collapse
Instance Method Details
#data ⇒ Object
12 13 14 |
# File 'lib/gsquire/models/tasklist.rb', line 12 def data select {|k,v| DATA_ATTRIBUTES.include? k } end |