Class: RestGraphStruct
- Inherits:
-
Struct
- Object
- Struct
- RestGraphStruct
- Defined in:
- lib/rest-graph.rb
Overview
the data structure used in RestGraph
Direct Known Subclasses
Instance Attribute Summary collapse
-
#accept ⇒ Object
Returns the value of attribute accept.
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#auto_decode ⇒ Object
Returns the value of attribute auto_decode.
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#data ⇒ Object
Returns the value of attribute data.
-
#error_handler ⇒ Object
Returns the value of attribute error_handler.
-
#graph_server ⇒ Object
Returns the value of attribute graph_server.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#log_handler ⇒ Object
Returns the value of attribute log_handler.
-
#old_server ⇒ Object
Returns the value of attribute old_server.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#accept ⇒ Object
Returns the value of attribute accept
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def accept @accept end |
#app_id ⇒ Object
Returns the value of attribute app_id
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def app_id @app_id end |
#auto_decode ⇒ Object
Returns the value of attribute auto_decode
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def auto_decode @auto_decode end |
#cache ⇒ Object
Returns the value of attribute cache
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def cache @cache end |
#data ⇒ Object
Returns the value of attribute data
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def data @data end |
#error_handler ⇒ Object
Returns the value of attribute error_handler
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def error_handler @error_handler end |
#graph_server ⇒ Object
Returns the value of attribute graph_server
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def graph_server @graph_server end |
#lang ⇒ Object
Returns the value of attribute lang
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def lang @lang end |
#log_handler ⇒ Object
Returns the value of attribute log_handler
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def log_handler @log_handler end |
#old_server ⇒ Object
Returns the value of attribute old_server
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def old_server @old_server end |
#secret ⇒ Object
Returns the value of attribute secret
26 27 28 |
# File 'lib/rest-graph.rb', line 26 def secret @secret end |