Module: Thrift::Types::Known::Timestamp

Defined in:
lib/thrift/types/known/timestamp/timestamp.rb,
lib/thrift/types/known/timestamp/timestamp_types.rb,
lib/thrift/types/known/timestamp/timestamp_constants.rb

Defined Under Namespace

Classes: Timestamp

Class Method Summary collapse

Class Method Details

.from_time(v) ⇒ Object



8
9
10
# File 'lib/thrift/types/known/timestamp/timestamp.rb', line 8

def from_time(v)
  Timestamp.from_time(v)
end

.nowObject



12
13
14
# File 'lib/thrift/types/known/timestamp/timestamp.rb', line 12

def now
  from_time(Time.now)
end