Module: Lastrb
- Defined in:
- lib/lastrb.rb,
lib/lastrb/base.rb,
lib/lastrb/artist.rb,
lib/lastrb/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.0.0'.freeze
Class Attribute Summary collapse
-
.key ⇒ Object
Returns the value of attribute key.
-
.lang ⇒ Object
Returns the value of attribute lang.
-
.secret ⇒ Object
Returns the value of attribute secret.
Class Method Summary collapse
Class Attribute Details
.key ⇒ Object
Returns the value of attribute key.
12 13 14 |
# File 'lib/lastrb.rb', line 12 def key @key end |
.lang ⇒ Object
Returns the value of attribute lang.
9 10 11 |
# File 'lib/lastrb.rb', line 9 def lang @lang end |
.secret ⇒ Object
Returns the value of attribute secret.
15 16 17 |
# File 'lib/lastrb.rb', line 15 def secret @secret end |
Class Method Details
.setup {|_self| ... } ⇒ Object
18 19 20 |
# File 'lib/lastrb.rb', line 18 def setup yield self end |