Class: Cyberweb::Cmd4

Inherits:
Cmd
  • Object
show all
Defined in:
lib/cyberweb/cmd/cmd.rb

Overview

#

Cyberweb::Cmd4

#

Constant Summary

Constants inherited from Cmd

Cyberweb::Cmd::DEFAULT_VALUES

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Cmd

append_this_css, cmd1=, cmd2=, cmd3=, cmd4=, cmd5=, #reset, #set_use_these_css_rules, #use_these_css_rules?

Constructor Details

#initializeCmd4

Returns a new instance of Cmd4.



225
226
227
# File 'lib/cyberweb/cmd/cmd.rb', line 225

def initialize
  set DEFAULT_VALUES[:cmd4]
end

Class Method Details

.append(i) ⇒ Object

#

Cyberweb::Cmd4.append

This method can be used to append to the :cmd4 variable.

#


237
238
239
# File 'lib/cyberweb/cmd/cmd.rb', line 237

def self.append(i)
  Cyberweb.append_to_cmd4(i)
end

.css_rules?Boolean

Returns:

  • (Boolean)


228
229
230
# File 'lib/cyberweb/cmd/cmd.rb', line 228

def self.css_rules?
  new.css_rules?
end