Class: Bookbinder::CodeExample
- Inherits:
-
Struct
- Object
- Struct
- Bookbinder::CodeExample
- Defined in:
- lib/bookbinder/code_example.rb
Instance Attribute Summary collapse
-
#copied ⇒ Object
Returns the value of attribute copied.
-
#destination_dir ⇒ Object
Returns the value of attribute destination_dir.
-
#directory_name ⇒ Object
Returns the value of attribute directory_name.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#path_to_repository ⇒ Object
Returns the value of attribute path_to_repository.
Instance Attribute Details
#copied ⇒ Object
Returns the value of attribute copied
2 3 4 |
# File 'lib/bookbinder/code_example.rb', line 2 def copied @copied end |
#destination_dir ⇒ Object
Returns the value of attribute destination_dir
2 3 4 |
# File 'lib/bookbinder/code_example.rb', line 2 def destination_dir @destination_dir end |
#directory_name ⇒ Object
Returns the value of attribute directory_name
2 3 4 |
# File 'lib/bookbinder/code_example.rb', line 2 def directory_name @directory_name end |
#full_name ⇒ Object
Returns the value of attribute full_name
2 3 4 |
# File 'lib/bookbinder/code_example.rb', line 2 def full_name @full_name end |
#path_to_repository ⇒ Object
Returns the value of attribute path_to_repository
2 3 4 |
# File 'lib/bookbinder/code_example.rb', line 2 def path_to_repository @path_to_repository end |