Method: NicInfo::Ns#process

Defined in:
lib/nicinfo/ns.rb

#process(json_data) ⇒ Object



59
60
61
62
63
# File 'lib/nicinfo/ns.rb', line 59

def process json_data
  @objectclass = json_data
  @entities = @common.process_entities @objectclass
  return self
end