Class: Kameleon::DSL::Act::AttachFileTag
- Inherits:
-
Object
- Object
- Kameleon::DSL::Act::AttachFileTag
- Defined in:
- lib/kameleon/dsl/act/form.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
readonly
Returns the value of attribute actions.
Instance Method Summary collapse
-
#initialize(params) ⇒ AttachFileTag
constructor
A new instance of AttachFileTag.
Constructor Details
#initialize(params) ⇒ AttachFileTag
Returns a new instance of AttachFileTag.
77 78 79 80 81 |
# File 'lib/kameleon/dsl/act/form.rb', line 77 def initialize(params) raise "not implemented" unless params.kind_of?(Hash) @actions = [] parse_params(params) end |
Instance Attribute Details
#actions ⇒ Object (readonly)
Returns the value of attribute actions.
75 76 77 |
# File 'lib/kameleon/dsl/act/form.rb', line 75 def actions @actions end |