Module: RubySpark

Defined in:
lib/ruby_spark.rb,
lib/ruby_spark/core.rb,
lib/ruby_spark/tinker.rb,
lib/ruby_spark/version.rb

Defined Under Namespace

Classes: ConfigurationError, Core, Tinker

Constant Summary collapse

VERSION =
"0.0.4"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.access_tokenObject

Returns the value of attribute access_token.



11
12
13
# File 'lib/ruby_spark.rb', line 11

def access_token
  @access_token
end

Class Method Details

.configuration {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (RubySpark)

    the object that the method was called on



13
14
15
# File 'lib/ruby_spark.rb', line 13

def configuration
  yield self
end