Class: Rain::CLI::Static::RequestResult
- Inherits:
-
Data
- Object
- Data
- Rain::CLI::Static::RequestResult
- Defined in:
- lib/cli/static.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#html ⇒ Object (readonly)
Returns the value of attribute html
17 18 19 |
# File 'lib/cli/static.rb', line 17 def html @html end |
#path ⇒ Object (readonly)
Returns the value of attribute path
17 18 19 |
# File 'lib/cli/static.rb', line 17 def path @path end |