module Icss::Meta::Type

Public Class Methods

catalog_sections() click to toggle source
# File lib/icss/type.rb, line 5
def self.catalog_sections
  ::Icss::Meta::Protocol.catalog_sections
end
receive(hsh) click to toggle source
# File lib/icss/type.rb, line 8
def self.receive(hsh)
  ::Icss::Meta::Protocol.receive(hsh)
end