Class: RubyTDMS::Objects::File

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_tdms/objects/file.rb

Instance Attribute Summary

Attributes inherited from Base

#path, #properties, #segment, #stream

Instance Method Summary collapse

Methods inherited from Base

#continue_stream, #initialize, #parse_stream

Constructor Details

This class inherits a constructor from RubyTDMS::Objects::Base

Instance Method Details

#as_jsonObject



6
7
8
# File 'lib/ruby_tdms/objects/file.rb', line 6

def as_json
	super.reject { |key, value| key == :path }
end