Class: Bookbinder::CodeExample

Inherits:
Struct
  • Object
show all
Defined in:
lib/bookbinder/code_example.rb

Instance Attribute Summary collapse

Instance Attribute Details

#copiedObject

Returns the value of attribute copied

Returns:

  • (Object)

    the current value of copied



2
3
4
# File 'lib/bookbinder/code_example.rb', line 2

def copied
  @copied
end

#destination_dirObject

Returns the value of attribute destination_dir

Returns:

  • (Object)

    the current value of destination_dir



2
3
4
# File 'lib/bookbinder/code_example.rb', line 2

def destination_dir
  @destination_dir
end

#directory_nameObject

Returns the value of attribute directory_name

Returns:

  • (Object)

    the current value of directory_name



2
3
4
# File 'lib/bookbinder/code_example.rb', line 2

def directory_name
  @directory_name
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



2
3
4
# File 'lib/bookbinder/code_example.rb', line 2

def full_name
  @full_name
end

#path_to_repositoryObject

Returns the value of attribute path_to_repository

Returns:

  • (Object)

    the current value of path_to_repository



2
3
4
# File 'lib/bookbinder/code_example.rb', line 2

def path_to_repository
  @path_to_repository
end