class Nis::Struct::HarvestInfo
@attr [Integer] timeStamp @attr [String] id @attr [Integer] difficulty @attr [Integer] totalFee @attr [Integer] height @see nemproject.github.io/#harvestInfo
Attributes
difficulty[RW]
height[RW]
id[RW]
timeStamp[RW]
timestamp[RW]
timestamp=[RW]
totalFee[RW]
total_fee[RW]
total_fee=[RW]
Public Class Methods
build(attrs)
click to toggle source
# File lib/nis/struct/harvest_info.rb, line 17 def self.build(attrs) new(attrs) end