Class: Tins::NamedSet
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ NamedSet
constructor
A new instance of NamedSet.
Constructor Details
#initialize(name) ⇒ NamedSet
Returns a new instance of NamedSet.
5 6 7 8 |
# File 'lib/tins/named_set.rb', line 5 def initialize(name) @name = name super() end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/tins/named_set.rb', line 10 def name @name end |