class Icss::Meta::CodeAsset
Public Instance Methods
to_hash()
click to toggle source
# File lib/icss/protocol/code_asset.rb, line 9 def to_hash() { :name => name, :location => location} end
to_json()
click to toggle source
# File lib/icss/protocol/code_asset.rb, line 13 def to_json() to_hash.to_json ; end