Class: RestGraphStruct
- Inherits:
-
Struct
- Object
- Struct
- RestGraphStruct
- Defined in:
- lib/rest-graph/core.rb
Overview
the data structure used in RestGraph
Direct Known Subclasses
Instance Attribute Summary collapse
-
#accept ⇒ Object
Returns the value of attribute accept.
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#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.
-
#expires_in ⇒ Object
Returns the value of attribute expires_in.
-
#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.
-
#log_method ⇒ Object
Returns the value of attribute log_method.
-
#old_server ⇒ Object
Returns the value of attribute old_server.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#accept ⇒ Object
Returns the value of attribute accept
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def accept @accept end |
#access_token ⇒ Object
Returns the value of attribute access_token
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def access_token @access_token end |
#app_id ⇒ Object
Returns the value of attribute app_id
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def app_id @app_id end |
#auto_decode ⇒ Object
Returns the value of attribute auto_decode
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def auto_decode @auto_decode end |
#cache ⇒ Object
Returns the value of attribute cache
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def cache @cache end |
#data ⇒ Object
Returns the value of attribute data
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def data @data end |
#error_handler ⇒ Object
Returns the value of attribute error_handler
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def error_handler @error_handler end |
#expires_in ⇒ Object
Returns the value of attribute expires_in
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def expires_in @expires_in end |
#graph_server ⇒ Object
Returns the value of attribute graph_server
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def graph_server @graph_server end |
#lang ⇒ Object
Returns the value of attribute lang
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def lang @lang end |
#log_handler ⇒ Object
Returns the value of attribute log_handler
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def log_handler @log_handler end |
#log_method ⇒ Object
Returns the value of attribute log_method
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def log_method @log_method end |
#old_server ⇒ Object
Returns the value of attribute old_server
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def old_server @old_server end |
#secret ⇒ Object
Returns the value of attribute secret
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def secret @secret end |
#timeout ⇒ Object
Returns the value of attribute timeout
18 19 20 |
# File 'lib/rest-graph/core.rb', line 18 def timeout @timeout end |