Class: Pixelflut::App::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/pixelflut/app.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#fullscreenObject

Returns the value of attribute fullscreen

Returns:

  • (Object)

    the current value of fullscreen



9
10
11
# File 'lib/pixelflut/app.rb', line 9

def fullscreen
  @fullscreen
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



9
10
11
# File 'lib/pixelflut/app.rb', line 9

def height
  @height
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



9
10
11
# File 'lib/pixelflut/app.rb', line 9

def server
  @server
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



9
10
11
# File 'lib/pixelflut/app.rb', line 9

def width
  @width
end

Class Method Details

.defaultObject



10
11
12
# File 'lib/pixelflut/app.rb', line 10

def self.default
  new(nil, nil, false, Server::Configuration.default)
end