Class: Iftttify::Post

Inherits:
Struct
  • Object
show all
Defined in:
lib/iftttify/iftttify.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blog_name ⇒ Object

Returns the value of attribute blog_name

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of body



4
5
6
# File 'lib/iftttify/iftttify.rb', line 4

def body
  @body
end

#password ⇒ Object

Returns the value of attribute password

Returns:

  • (Object) —

    the current value of password



4
5
6
# File 'lib/iftttify/iftttify.rb', line 4

def password
  @password
end

#title ⇒ Object

Returns the value of attribute title

Returns:

  • (Object) —

    the current value of title



4
5
6
# File 'lib/iftttify/iftttify.rb', line 4

def title
  @title
end

#username ⇒ Object

Returns the value of attribute username

Returns:

  • (Object) —

    the current value of username



4
5
6
# File 'lib/iftttify/iftttify.rb', line 4

def username
  @username
end