Class: TokenAttr::TokenDefinition
- Inherits:
-
Struct
- Object
- Struct
- TokenAttr::TokenDefinition
- Defined in:
- lib/token_attr/concern.rb
Instance Attribute Summary collapse
-
#attr_name ⇒ Object
Returns the value of attribute attr_name.
-
#scope_attr ⇒ Object
Returns the value of attribute scope_attr.
Instance Attribute Details
#attr_name ⇒ Object
Returns the value of attribute attr_name
10 11 12 |
# File 'lib/token_attr/concern.rb', line 10 def attr_name @attr_name end |
#scope_attr ⇒ Object
Returns the value of attribute scope_attr
10 11 12 |
# File 'lib/token_attr/concern.rb', line 10 def scope_attr @scope_attr end |