Method: Urbit::Fact::BaseFact#to_h

Defined in:
lib/urbit/fact/base_fact.rb

#to_hObject



46
47
48
49
50
51
52
# File 'lib/urbit/fact/base_fact.rb', line 46

def to_h
  {
    ship:            self.ship.to_h,
    acknowleged:     self.is_acknowledged?,
    is_graph_update: self.graph_update?
  }
end