Class: Jsimple::Builder::App

Inherits:
Struct
  • Object
show all
Defined in:
lib/jsimple/builder.rb,
lib/jsimple/builder.rb

Overview

Data holder for the JS app path and initializer

Instance Attribute Summary collapse

Instance Attribute Details

#initObject

Returns the value of attribute init

Returns:

  • (Object)

    the current value of init



6
7
8
# File 'lib/jsimple/builder.rb', line 6

def init
  @init
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/jsimple/builder.rb', line 6

def path
  @path
end