Class: Mahoujin::Atoms::Grouping
- Inherits:
-
Object
- Object
- Mahoujin::Atoms::Grouping
- Defined in:
- lib/mahoujin/atoms/grouping.rb
Instance Attribute Summary collapse
-
#atom ⇒ Object
readonly
Returns the value of attribute atom.
Instance Method Summary collapse
-
#initialize(atom) ⇒ Grouping
constructor
A new instance of Grouping.
Constructor Details
#initialize(atom) ⇒ Grouping
Returns a new instance of Grouping.
6 7 8 |
# File 'lib/mahoujin/atoms/grouping.rb', line 6 def initialize(atom) @atom = atom end |
Instance Attribute Details
#atom ⇒ Object (readonly)
Returns the value of attribute atom.
4 5 6 |
# File 'lib/mahoujin/atoms/grouping.rb', line 4 def atom @atom end |