Module: Campo::Plugins::Partial::InstanceMethods
- Defined in:
- lib/campo/plugins/partial.rb
Constant Summary collapse
- DECLARATIONS =
"- atts = {} if atts.nil?\n- atts.default_proc = proc {|hash, key| hash[key] = {} } if atts.default_proc.nil?\n- inners = {} if inners.nil?\n- inners.default = \"\" if inners.default.nil?\n- @campo_tabindex ||= 0 # for tabindex\n"
Instance Attribute Summary collapse
-
#partial ⇒ Object
Returns the value of attribute partial.
Instance Method Summary collapse
Instance Attribute Details
#partial ⇒ Object
Returns the value of attribute partial.
15 16 17 |
# File 'lib/campo/plugins/partial.rb', line 15 def partial @partial end |
Instance Method Details
#declarations ⇒ Object
24 25 26 |
# File 'lib/campo/plugins/partial.rb', line 24 def declarations DECLARATIONS end |