field's value should be property

master
Kanezoh 2021-06-12 22:47:34 +09:00
parent 3fa6d2db9f
commit 63bb01a67e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class MechanizeCr::FormContent::Field
getter :node
getter value : String
property value : String
getter name : String
getter type : String
getter raw_value : String