Class: Ucode::Commands::BlockFeedCommand::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ucode/commands/block_feed.rb

Instance Attribute Summary collapse

Instance Attribute Details

#block_feed_output_rootObject

Returns the value of attribute block_feed_output_root

Returns:

  • (Object)

    the current value of 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_writtenObject

Returns the value of attribute blocks_written

Returns:

  • (Object)

    the current value of blocks_written



25
26
27
# File 'lib/ucode/commands/block_feed.rb', line 25

def blocks_written
  @blocks_written
end

#codepoints_writtenObject

Returns the value of attribute codepoints_written

Returns:

  • (Object)

    the current value of codepoints_written



25
26
27
# File 'lib/ucode/commands/block_feed.rb', line 25

def codepoints_written
  @codepoints_written
end

#ucode_output_rootObject

Returns the value of attribute ucode_output_root

Returns:

  • (Object)

    the current value of 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_pathObject

Returns the value of attribute unicode_blocks_path

Returns:

  • (Object)

    the current value of unicode_blocks_path



25
26
27
# File 'lib/ucode/commands/block_feed.rb', line 25

def unicode_blocks_path
  @unicode_blocks_path
end

#unicode_versionObject

Returns the value of attribute unicode_version

Returns:

  • (Object)

    the current value of unicode_version



25
26
27
# File 'lib/ucode/commands/block_feed.rb', line 25

def unicode_version
  @unicode_version
end

#unicode_version_pathObject

Returns the value of attribute unicode_version_path

Returns:

  • (Object)

    the current value of unicode_version_path



25
26
27
# File 'lib/ucode/commands/block_feed.rb', line 25

def unicode_version_path
  @unicode_version_path
end