Class: Eversign::Models::Field

Inherits:
Object
  • Object
show all
Defined in:
lib/eversign/models/field.rb

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def group
  @group
end

#heightObject

Returns the value of attribute height.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def height
  @height
end

#identifierObject

Returns the value of attribute identifier.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def identifier
  @identifier
end

#mergeObject

Returns the value of attribute merge.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def merge
  @merge
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def name
  @name
end

#optionsObject

Returns the value of attribute options.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def options
  @options
end

#pageObject

Returns the value of attribute page.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def page
  @page
end

#readonlyObject

Returns the value of attribute readonly.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def readonly
  @readonly
end

#requiredObject

Returns the value of attribute required.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def required
  @required
end

#signerObject

Returns the value of attribute signer.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def signer
  @signer
end

#text_colorObject

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_fontObject

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_sizeObject

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_styleObject

Returns the value of attribute text_style.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def text_style
  @text_style
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def type
  @type
end

#validation_typeObject

Returns the value of attribute validation_type.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def validation_type
  @validation_type
end

#valueObject

Returns the value of attribute value.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def value
  @value
end

#widthObject

Returns the value of attribute width.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def width
  @width
end

#xObject

Returns the value of attribute x.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def x
  @x
end

#yObject

Returns the value of attribute y.



4
5
6
# File 'lib/eversign/models/field.rb', line 4

def y
  @y
end