class RST::Defaults
Defaults
Store @api private
Attributes
command[R]
options[R]
Public Class Methods
new(command,options)
click to toggle source
@param [String] command @param [Hash] options
# File lib/rst.rb, line 457 def initialize(command,options) @command = command @options = options end
Public Instance Methods
id()
click to toggle source
# File lib/rst.rb, line 451 def id 'defaults' end