Class: Indicator::DataMapper::Map

Inherits:
Struct
  • Object
show all
Defined in:
lib/indicator/data_mapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#getterObject

Returns the value of attribute getter

Returns:

  • (Object)

    the current value of getter



10
11
12
# File 'lib/indicator/data_mapper.rb', line 10

def getter
  @getter
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



10
11
12
# File 'lib/indicator/data_mapper.rb', line 10

def source
  @source
end