Class: Joey::Like

Inherits:
Model
  • Object
show all
Defined in:
lib/joey/like.rb

Instance Attribute Summary

Attributes inherited from Model

#client, #errors

Instance Method Summary collapse

Methods inherited from Model

define_properties, find, get_all, has_association, hash_populating_accessor, hash_populating_association, #initialize, recognize?

Constructor Details

This class inherits a constructor from Joey::Model

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/joey/like.rb', line 9

def valid?
  true
end

#validateObject



6
7
# File 'lib/joey/like.rb', line 6

def validate
end