Class: RestGraph::EventStruct
- Inherits:
-
Struct
- Object
- Struct
- RestGraph::EventStruct
- Defined in:
- lib/rest-graph/core.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
30 31 32 |
# File 'lib/rest-graph/core.rb', line 30 def duration @duration end |
#url ⇒ Object
Returns the value of attribute url
30 31 32 |
# File 'lib/rest-graph/core.rb', line 30 def url @url end |