Class: Tdms::Segment

Inherits:
Object
  • Object
show all
Defined in:
lib/tdms/segment.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSegment



7
8
9
# File 'lib/tdms/segment.rb', line 7

def initialize
  @objects = []
end

Instance Attribute Details

#objectsObject (readonly)

Returns the value of attribute objects.



5
6
7
# File 'lib/tdms/segment.rb', line 5

def objects
  @objects
end

#prev_segmentObject

Returns the value of attribute prev_segment.



4
5
6
# File 'lib/tdms/segment.rb', line 4

def prev_segment
  @prev_segment
end