Class: BeaAsDataframe

Inherits:
Object
  • Object
show all
Defined in:
lib/bea_as_dataframe.rb,
lib/bea_as_dataframe/version.rb,
lib/bea_as_dataframe/gdp_per_county_sector.rb

Defined Under Namespace

Classes: GdpPerCountySector

Constant Summary collapse

VERSION =
"0.1.2"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



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

def api_key
  @api_key
end

.tmp_dirObject

Returns the value of attribute tmp_dir.



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

def tmp_dir
  @tmp_dir
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



7
8
9
10
# File 'lib/bea_as_dataframe.rb', line 7

def self.configure
  yield self
  true
end