Class: Yutani::DirectoryTree::File

Inherits:
Struct
  • Object
show all
Defined in:
lib/yutani/directory_tree.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



9
10
11
# File 'lib/yutani/directory_tree.rb', line 9

def content
  @content
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/yutani/directory_tree.rb', line 9

def path
  @path
end

#permissionsObject

Returns the value of attribute permissions

Returns:

  • (Object)

    the current value of permissions



9
10
11
# File 'lib/yutani/directory_tree.rb', line 9

def permissions
  @permissions
end