Method: NFS::XDR::Structure#component

Defined in:
lib/nfs/xdr.rb

#component(name, type) ⇒ Object



215
216
217
218
# File 'lib/nfs/xdr.rb', line 215

def component(name, type)
  @components << [name, type]
  @names << name
end