Method: Casper::Entity::BlockInfo#get_timestamp

Defined in:
lib/entity/block_info.rb

#get_timestampString

Returns timestamp formatted as per RFC 3339.

Returns:

  • (String)

    timestamp formatted as per RFC 3339.



28
29
30
# File 'lib/entity/block_info.rb', line 28

def get_timestamp
  @timestamp
end