Class: ScopedId::ScopedIdDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#attr_nameObject

Returns the value of attribute attr_name

Returns:

  • (Object)

    the current value of attr_name



6
7
8
# File 'lib/scoped_id/concern.rb', line 6

def attr_name
  @attr_name
end

#scope_attrObject

Returns the value of attribute scope_attr

Returns:

  • (Object)

    the current value of scope_attr



6
7
8
# File 'lib/scoped_id/concern.rb', line 6

def scope_attr
  @scope_attr
end