Class: K8::ActionInfo4

Inherits:
ActionInfo show all
Defined in:
lib/keight.rb

Overview

:nodoc:

Constant Summary

Constants inherited from ActionInfo

K8::ActionInfo::SUBCLASSES

Instance Attribute Summary

Attributes inherited from ActionInfo

#method

Instance Method Summary collapse

Methods inherited from ActionInfo

create, #form_action_attr, #initialize

Constructor Details

This class inherits a constructor from K8::ActionInfo

Instance Method Details

#urlpath(a, b, c, d) ⇒ Object



1098
# File 'lib/keight.rb', line 1098

def urlpath(a, b, c, d); @urlpath_format % [a, b, c, d]; end