class Platon::FunctionInput

Attributes

name[RW]
type[RW]

Public Class Methods

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