Class: Nodepile::PileOrganizer::SourceData
- Inherits:
-
Struct
- Object
- Struct
- Nodepile::PileOrganizer::SourceData
- Defined in:
- lib/nodepile/pile_organizer.rb
Overview
defined further down
Instance Attribute Summary collapse
-
#highest_sequence_num ⇒ Object
Returns the value of attribute highest_sequence_num.
-
#source_name ⇒ Object
Returns the value of attribute source_name.
Instance Attribute Details
#highest_sequence_num ⇒ Object
Returns the value of attribute highest_sequence_num
17 18 19 |
# File 'lib/nodepile/pile_organizer.rb', line 17 def highest_sequence_num @highest_sequence_num end |
#source_name ⇒ Object
Returns the value of attribute source_name
17 18 19 |
# File 'lib/nodepile/pile_organizer.rb', line 17 def source_name @source_name end |