Class: Blogger::Configuration
- Inherits:
-
Object
- Object
- Blogger::Configuration
- Includes:
- GetPosts
- Defined in:
- lib/blogger/configuration.rb
Instance Attribute Summary collapse
-
#blog_id ⇒ Object
Returns the value of attribute blog_id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#max_result ⇒ Object
Returns the value of attribute max_result.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Configuration
constructor
A new instance of Configuration.
Methods included from GetPosts
Constructor Details
#initialize {|_self| ... } ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/blogger/configuration.rb', line 8 def initialize yield(self) if block_given? end |
Instance Attribute Details
#blog_id ⇒ Object
Returns the value of attribute blog_id.
6 7 8 |
# File 'lib/blogger/configuration.rb', line 6 def blog_id @blog_id end |
#key ⇒ Object
Returns the value of attribute key.
6 7 8 |
# File 'lib/blogger/configuration.rb', line 6 def key @key end |
#max_result ⇒ Object
Returns the value of attribute max_result.
6 7 8 |
# File 'lib/blogger/configuration.rb', line 6 def max_result @max_result end |