Class: Rain::CLI::Static::RequestResult

Inherits:
Data
  • Object
show all
Defined in:
lib/cli/static.rb

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



17
18
19
# File 'lib/cli/static.rb', line 17

def html
  @html
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/cli/static.rb', line 17

def path
  @path
end