Class: BrainDamage::View::InlineEditable::Base

Inherits:
Base::Base show all
Defined in:
lib/generators/brain_damage/lib/views/schemas/inline_editable/base.rb

Direct Known Subclasses

InlineEdit::Field, InlineEdit::InlineEdit

Constant Summary

Constants inherited from Templateable::ViewTemplateable

Templateable::ViewTemplateable::OVERWRITEABLE_HEADER

Instance Attribute Summary collapse

Attributes inherited from Templateable::Base

#inner_html, #options, #template_file

Method Summary

Methods inherited from Base::Base

#fields, has_template?, #infer_file_name, #initialize, #is_partial_file_name?, #method_missing, #partialize_file_name, #set_file_and_template_names

Methods inherited from Templateable::ViewTemplateable

overwrite?, #render, skip_overwrite?

Methods inherited from Templateable::Base

#indent, #initialize, #method_missing, #render, #render_erb_file, #render_erb_string, #render_template_file

Constructor Details

This class inherits a constructor from BrainDamage::View::Base::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class BrainDamage::View::Base::Base

Instance Attribute Details

#file_nameObject (readonly)

Returns the value of attribute file_name.



7
8
9
# File 'lib/generators/brain_damage/lib/views/schemas/inline_editable/base.rb', line 7

def file_name
  @file_name
end