Class: Ucode::Commands::BlockFeedCommand::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Commands::BlockFeedCommand::Result
- Defined in:
- lib/ucode/commands/block_feed.rb
Instance Attribute Summary collapse
-
#block_feed_output_root ⇒ Object
Returns the value of attribute block_feed_output_root.
-
#blocks_written ⇒ Object
Returns the value of attribute blocks_written.
-
#codepoints_written ⇒ Object
Returns the value of attribute codepoints_written.
-
#ucode_output_root ⇒ Object
Returns the value of attribute ucode_output_root.
-
#unicode_blocks_path ⇒ Object
Returns the value of attribute unicode_blocks_path.
-
#unicode_version ⇒ Object
Returns the value of attribute unicode_version.
-
#unicode_version_path ⇒ Object
Returns the value of attribute unicode_version_path.
Instance Attribute Details
#block_feed_output_root ⇒ Object
Returns the value of attribute block_feed_output_root
25 26 27 |
# File 'lib/ucode/commands/block_feed.rb', line 25 def block_feed_output_root @block_feed_output_root end |
#blocks_written ⇒ Object
Returns the value of attribute blocks_written
25 26 27 |
# File 'lib/ucode/commands/block_feed.rb', line 25 def blocks_written @blocks_written end |
#codepoints_written ⇒ Object
Returns the value of attribute codepoints_written
25 26 27 |
# File 'lib/ucode/commands/block_feed.rb', line 25 def codepoints_written @codepoints_written end |
#ucode_output_root ⇒ Object
Returns the value of attribute ucode_output_root
25 26 27 |
# File 'lib/ucode/commands/block_feed.rb', line 25 def ucode_output_root @ucode_output_root end |
#unicode_blocks_path ⇒ Object
Returns the value of attribute unicode_blocks_path
25 26 27 |
# File 'lib/ucode/commands/block_feed.rb', line 25 def unicode_blocks_path @unicode_blocks_path end |
#unicode_version ⇒ Object
Returns the value of attribute unicode_version
25 26 27 |
# File 'lib/ucode/commands/block_feed.rb', line 25 def unicode_version @unicode_version end |
#unicode_version_path ⇒ Object
Returns the value of attribute unicode_version_path
25 26 27 |
# File 'lib/ucode/commands/block_feed.rb', line 25 def unicode_version_path @unicode_version_path end |