Class: Lutra::FormatterEntry
- Inherits:
-
Struct
- Object
- Struct
- Lutra::FormatterEntry
- Defined in:
- lib/lutra/formatter_entry.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#short ⇒ Object
Returns the value of attribute short.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
2 3 4 |
# File 'lib/lutra/formatter_entry.rb', line 2 def class_name @class_name end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/lutra/formatter_entry.rb', line 2 def name @name end |
#short ⇒ Object
Returns the value of attribute short
2 3 4 |
# File 'lib/lutra/formatter_entry.rb', line 2 def short @short end |