Class: RDBr::Web::RelatedValueHelpers::RelatedValue

Inherits:
Data
  • Object
show all
Defined in:
lib/rdbr/web/related_value_helpers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def column
  @column
end

#inferredObject (readonly)

Returns the value of attribute inferred

Returns:

  • (Object)

    the current value of inferred



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def inferred
  @inferred
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def key
  @key
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def label
  @label
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def namespace
  @namespace
end

#raw_valueObject (readonly)

Returns the value of attribute raw_value

Returns:

  • (Object)

    the current value of raw_value



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def raw_value
  @raw_value
end

#relationObject (readonly)

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def relation
  @relation
end

#rowObject (readonly)

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



4
5
6
# File 'lib/rdbr/web/related_value_helpers.rb', line 4

def row
  @row
end