Class: Eversign::Models::Field
- Inherits:
-
Object
- Object
- Eversign::Models::Field
- Defined in:
- lib/eversign/models/field.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#height ⇒ Object
Returns the value of attribute height.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#merge ⇒ Object
Returns the value of attribute merge.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#page ⇒ Object
Returns the value of attribute page.
-
#readonly ⇒ Object
Returns the value of attribute readonly.
-
#required ⇒ Object
Returns the value of attribute required.
-
#signer ⇒ Object
Returns the value of attribute signer.
-
#text_color ⇒ Object
Returns the value of attribute text_color.
-
#text_font ⇒ Object
Returns the value of attribute text_font.
-
#text_size ⇒ Object
Returns the value of attribute text_size.
-
#text_style ⇒ Object
Returns the value of attribute text_style.
-
#type ⇒ Object
Returns the value of attribute type.
-
#validation_type ⇒ Object
Returns the value of attribute validation_type.
-
#value ⇒ Object
Returns the value of attribute value.
-
#width ⇒ Object
Returns the value of attribute width.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def group @group end |
#height ⇒ Object
Returns the value of attribute height.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def height @height end |
#identifier ⇒ Object
Returns the value of attribute identifier.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def identifier @identifier end |
#merge ⇒ Object
Returns the value of attribute merge.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def merge @merge end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def name @name end |
#options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def @options end |
#page ⇒ Object
Returns the value of attribute page.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def page @page end |
#readonly ⇒ Object
Returns the value of attribute readonly.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def readonly @readonly end |
#required ⇒ Object
Returns the value of attribute required.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def required @required end |
#signer ⇒ Object
Returns the value of attribute signer.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def signer @signer end |
#text_color ⇒ Object
Returns the value of attribute text_color.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def text_color @text_color end |
#text_font ⇒ Object
Returns the value of attribute text_font.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def text_font @text_font end |
#text_size ⇒ Object
Returns the value of attribute text_size.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def text_size @text_size end |
#text_style ⇒ Object
Returns the value of attribute text_style.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def text_style @text_style end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def type @type end |
#validation_type ⇒ Object
Returns the value of attribute validation_type.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def validation_type @validation_type end |
#value ⇒ Object
Returns the value of attribute value.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def value @value end |
#width ⇒ Object
Returns the value of attribute width.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def width @width end |
#x ⇒ Object
Returns the value of attribute x.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
4 5 6 |
# File 'lib/eversign/models/field.rb', line 4 def y @y end |