Class: Cyberweb::Css

Inherits:
Object
  • Object
show all
Defined in:
lib/cyberweb/toplevel_methods/css.rb

Overview

Cyberweb::Css

Constant Summary collapse

DEFAULT_CSS_CLASS =
#

DEFAULT_CSS_CLASS

#
'marl1em BO'

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCss

#

initialize

#


2170
2171
2172
# File 'lib/cyberweb/toplevel_methods/css.rb', line 2170

def initialize
  reset
end

Instance Attribute Details

#optionalObject

Returns the value of attribute optional.



2160
2161
2162
# File 'lib/cyberweb/toplevel_methods/css.rb', line 2160

def optional
  @optional
end

Instance Method Details

#_Object

#

_

#


2177
2178
2179
# File 'lib/cyberweb/toplevel_methods/css.rb', line 2177

def _
  @optional
end

#resetObject

#

reset

#


2184
2185
2186
# File 'lib/cyberweb/toplevel_methods/css.rb', line 2184

def reset
  @optional = DEFAULT_CSS_CLASS
end