Method: Icss::Meta::DataAsset#to_hash

Defined in:
lib/icss/protocol/data_asset.rb

#to_hashObject



17
18
19
# File 'lib/icss/protocol/data_asset.rb', line 17

def to_hash()
  { :name => name, :location => location, :type => type, :doc => doc }
end