Class: Pixelflut::App::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Pixelflut::App::Configuration
- Defined in:
- lib/pixelflut/app.rb
Instance Attribute Summary collapse
-
#fullscreen ⇒ Object
Returns the value of attribute fullscreen.
-
#height ⇒ Object
Returns the value of attribute height.
-
#server ⇒ Object
Returns the value of attribute server.
-
#width ⇒ Object
Returns the value of attribute width.
Class Method Summary collapse
Instance Attribute Details
#fullscreen ⇒ Object
Returns the value of attribute fullscreen
9 10 11 |
# File 'lib/pixelflut/app.rb', line 9 def fullscreen @fullscreen end |
#height ⇒ Object
Returns the value of attribute height
9 10 11 |
# File 'lib/pixelflut/app.rb', line 9 def height @height end |
#server ⇒ Object
Returns the value of attribute server
9 10 11 |
# File 'lib/pixelflut/app.rb', line 9 def server @server end |
#width ⇒ Object
Returns the value of attribute width
9 10 11 |
# File 'lib/pixelflut/app.rb', line 9 def width @width end |
Class Method Details
.default ⇒ Object
10 11 12 |
# File 'lib/pixelflut/app.rb', line 10 def self.default new(nil, nil, false, Server::Configuration.default) end |