Class: Tf::FrameGraph
- Inherits:
-
Object
- Object
- Tf::FrameGraph
- Defined in:
- lib/tf/FrameGraph.rb
Class Method Summary collapse
Class Method Details
.md5sum ⇒ Object
153 154 155 |
# File 'lib/tf/FrameGraph.rb', line 153 def self.md5sum 'c4af9ac907e58e906eb0b6e3c58478c0' end |
.request_class ⇒ Object
156 157 158 |
# File 'lib/tf/FrameGraph.rb', line 156 def self.request_class FrameGraphRequest end |
.response_class ⇒ Object
159 160 161 |
# File 'lib/tf/FrameGraph.rb', line 159 def self.response_class FrameGraphResponse end |
.type ⇒ Object
150 151 152 |
# File 'lib/tf/FrameGraph.rb', line 150 def self.type 'tf/FrameGraph' end |