Class: Low::States::FileState

Inherits:
Data
  • Object
show all
Defined in:
lib/states/file_state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



5
6
7
# File 'lib/states/file_state.rb', line 5

def content_type
  @content_type
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/states/file_state.rb', line 5

def path
  @path
end