class Nis::Struct::BlockScore

@attr [String] score @see nemproject.github.io/#blockChainScore

Attributes

score[RW]

Public Class Methods

build(attrs) click to toggle source
# File lib/nis/struct/block_score.rb, line 8
def self.build(attrs)
  new(attrs)
end

Public Instance Methods

to_s() click to toggle source

@return [String]

# File lib/nis/struct/block_score.rb, line 13
def to_s
  @score
end