class Platon::FunctionOutput

Attributes

name[RW]
type[RW]

Public Class Methods

new(data) click to toggle source
# File lib/platon/function_output.rb, line 7
def initialize(data)
  @type = data["type"]
  @name = data["name"]
end