Class: Refinery::Flare::Field

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Validations, HashInitializer
Defined in:
app/models/refinery/flare/field.rb

Instance Attribute Summary collapse

Method Summary

Methods included from HashInitializer

#initialize

Instance Attribute Details

#refinery_typeObject

Returns the value of attribute refinery_type.



7
8
9
# File 'app/models/refinery/flare/field.rb', line 7

def refinery_type
  @refinery_type
end

#refinery_type_optionsObject

Returns the value of attribute refinery_type_options.



7
8
9
# File 'app/models/refinery/flare/field.rb', line 7

def refinery_type_options
  @refinery_type_options
end

#titleObject

Returns the value of attribute title.



7
8
9
# File 'app/models/refinery/flare/field.rb', line 7

def title
  @title
end