Class: Wrap::Timestamp
- Inherits:
-
Struct
- Object
- Struct
- Wrap::Timestamp
- Defined in:
- lib/ejson/parser_action/wrap_types.rb
Instance Attribute Summary collapse
-
#fraction ⇒ Object
Returns the value of attribute fraction.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#fraction ⇒ Object
Returns the value of attribute fraction
8 9 10 |
# File 'lib/ejson/parser_action/wrap_types.rb', line 8 def fraction @fraction end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
8 9 10 |
# File 'lib/ejson/parser_action/wrap_types.rb', line 8 def @timestamp end |