Class: Factbook::Attributes::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Factbook::Attributes::Attribute
- Defined in:
- lib/factbook/attributes.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
8 9 10 |
# File 'lib/factbook/attributes.rb', line 8 def category @category end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/factbook/attributes.rb', line 8 def name @name end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/factbook/attributes.rb', line 8 def path @path end |