Module: Arrest::HasView

Includes:
HasAttributes
Included in:
AbstractResource
Defined in:
lib/arrest/helper/has_view.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary

Attributes included from HasAttributes

#attribute_values

Class Method Summary collapse

Methods included from HasAttributes

#attributes, #attributes=, #init_from_hash, #initialize, #initialize_has_attributes, #load_from_stub, #render_field_to_hash?, #reset_dirtiness, #stubbed?, #to_hash, #to_jhash, #update_attributes

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/arrest/helper/has_view.rb', line 5

def self.included(base)
  base.extend(ClassMethods)
end