Class: Lifeform::FieldDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/lifeform/form.rb

Instance Attribute Summary collapse

Instance Attribute Details

#libraryObject

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



8
9
10
# File 'lib/lifeform/form.rb', line 8

def library
  @library
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



8
9
10
# File 'lib/lifeform/form.rb', line 8

def parameters
  @parameters
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/lifeform/form.rb', line 8

def type
  @type
end