Class: BlogConfig
- Inherits:
-
Struct
- Object
- Struct
- BlogConfig
- Defined in:
- lib/cliblog.rb
Overview
Blog configuration includes cliblog.yml, except username/password.
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
-
#blogid ⇒ Object
Returns the value of attribute blogid.
-
#password ⇒ Object
Returns the value of attribute password.
-
#text_formatter ⇒ Object
Returns the value of attribute text_formatter.
-
#url ⇒ Object
Returns the value of attribute url.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api
18 19 20 |
# File 'lib/cliblog.rb', line 18 def api @api end |
#blogid ⇒ Object
Returns the value of attribute blogid
18 19 20 |
# File 'lib/cliblog.rb', line 18 def blogid @blogid end |
#password ⇒ Object
Returns the value of attribute password
18 19 20 |
# File 'lib/cliblog.rb', line 18 def password @password end |
#text_formatter ⇒ Object
Returns the value of attribute text_formatter
18 19 20 |
# File 'lib/cliblog.rb', line 18 def text_formatter @text_formatter end |
#url ⇒ Object
Returns the value of attribute url
18 19 20 |
# File 'lib/cliblog.rb', line 18 def url @url end |
#username ⇒ Object
Returns the value of attribute username
18 19 20 |
# File 'lib/cliblog.rb', line 18 def username @username end |