Class: Iftttify::Post
- Inherits:
-
Struct
- Object
- Struct
- Iftttify::Post
- Defined in:
- lib/iftttify/iftttify.rb
Instance Attribute Summary collapse
-
#blog_name ⇒ Object
Returns the value of attribute blog_name.
-
#body ⇒ Object
Returns the value of attribute body.
-
#password ⇒ Object
Returns the value of attribute password.
-
#title ⇒ Object
Returns the value of attribute title.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#blog_name ⇒ Object
Returns the value of attribute blog_name
4 5 6 |
# File 'lib/iftttify/iftttify.rb', line 4 def blog_name @blog_name end |
#body ⇒ Object
Returns the value of attribute body
4 5 6 |
# File 'lib/iftttify/iftttify.rb', line 4 def body @body end |
#password ⇒ Object
Returns the value of attribute password
4 5 6 |
# File 'lib/iftttify/iftttify.rb', line 4 def password @password end |
#title ⇒ Object
Returns the value of attribute title
4 5 6 |
# File 'lib/iftttify/iftttify.rb', line 4 def title @title end |
#username ⇒ Object
Returns the value of attribute username
4 5 6 |
# File 'lib/iftttify/iftttify.rb', line 4 def username @username end |