Class: GrumpyMapper::Property

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

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



9
10
11
# File 'lib/grumpymapper.rb', line 9

def default
  @default
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



9
10
11
# File 'lib/grumpymapper.rb', line 9

def klass
  @klass
end

#multiObject

Returns the value of attribute multi

Returns:

  • (Object)

    the current value of multi



9
10
11
# File 'lib/grumpymapper.rb', line 9

def multi
  @multi
end

#xpathObject

Returns the value of attribute xpath

Returns:

  • (Object)

    the current value of xpath



9
10
11
# File 'lib/grumpymapper.rb', line 9

def xpath
  @xpath
end