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: Error, GdpPerCountySector, HTTPError
Constant Summary collapse
- VERSION =
"0.2.0"
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.
16 17 18 |
# File 'lib/bea_as_dataframe.rb', line 16 def api_key @api_key end |
.tmp_dir ⇒ Object
Returns the value of attribute tmp_dir.
16 17 18 |
# File 'lib/bea_as_dataframe.rb', line 16 def tmp_dir @tmp_dir end |
Class Method Details
.configure {|_self| ... } ⇒ Object
10 11 12 13 |
# File 'lib/bea_as_dataframe.rb', line 10 def self.configure yield self true end |