Class: BeaAsDataframe
- Inherits:
-
Object
- Object
- BeaAsDataframe
- 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
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.tmp_dir ⇒ Object
Returns the value of attribute tmp_dir.
Class Method Summary collapse
Class Attribute Details
.api_key ⇒ Object
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_dir ⇒ Object
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
7 8 9 10 |
# File 'lib/bea_as_dataframe.rb', line 7 def self.configure yield self true end |