Class: RestGraphStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/rest-graph/core.rb

Overview

the data structure used in RestGraph

Direct Known Subclasses

RestGraph

Instance Attribute Summary collapse

Instance Attribute Details

#acceptObject

Returns the value of attribute accept

Returns:

  • (Object)

    the current value of accept



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def accept
  @accept
end

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def access_token
  @access_token
end

#app_idObject

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def app_id
  @app_id
end

#auto_decodeObject

Returns the value of attribute auto_decode

Returns:

  • (Object)

    the current value of auto_decode



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def auto_decode
  @auto_decode
end

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def cache
  @cache
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def data
  @data
end

#error_handlerObject

Returns the value of attribute error_handler

Returns:

  • (Object)

    the current value of error_handler



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def error_handler
  @error_handler
end

#expires_inObject

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def expires_in
  @expires_in
end

#graph_serverObject

Returns the value of attribute graph_server

Returns:

  • (Object)

    the current value of graph_server



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def graph_server
  @graph_server
end

#langObject

Returns the value of attribute lang

Returns:

  • (Object)

    the current value of lang



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def lang
  @lang
end

#log_handlerObject

Returns the value of attribute log_handler

Returns:

  • (Object)

    the current value of log_handler



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def log_handler
  @log_handler
end

#log_methodObject

Returns the value of attribute log_method

Returns:

  • (Object)

    the current value of log_method



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def log_method
  @log_method
end

#old_serverObject

Returns the value of attribute old_server

Returns:

  • (Object)

    the current value of old_server



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def old_server
  @old_server
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def secret
  @secret
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



18
19
20
# File 'lib/rest-graph/core.rb', line 18

def timeout
  @timeout
end