Class: QuickbaseRecord::FieldMapping
- Inherits:
-
Object
- Object
- QuickbaseRecord::FieldMapping
- Defined in:
- lib/quickbase_record/field_mapping.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
Instance Method Summary collapse
-
#initialize(fields = {}) ⇒ FieldMapping
constructor
A new instance of FieldMapping.
Constructor Details
#initialize(fields = {}) ⇒ FieldMapping
Returns a new instance of FieldMapping.
5 6 7 |
# File 'lib/quickbase_record/field_mapping.rb', line 5 def initialize(fields={}) @fields = fields end |
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields.
3 4 5 |
# File 'lib/quickbase_record/field_mapping.rb', line 3 def fields @fields end |