Class: Low::States::FileState
- Inherits:
-
Data
- Object
- Data
- Low::States::FileState
- Defined in:
- lib/states/file_state.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
5 6 7 |
# File 'lib/states/file_state.rb', line 5 def content_type @content_type end |
#path ⇒ Object (readonly)
Returns the value of attribute path
5 6 7 |
# File 'lib/states/file_state.rb', line 5 def path @path end |