Class: UncleKryon::SocialData

Inherits:
Object
  • Object
show all
Defined in:
lib/unclekryon/data/social_data.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSocialData

Returns a new instance of SocialData.



20
21
22
23
24
25
# File 'lib/unclekryon/data/social_data.rb', line 20

def initialize
  super()

  @username = ''
  @url = ''
end

Instance Attribute Details

#urlObject

Returns the value of attribute url.



18
19
20
# File 'lib/unclekryon/data/social_data.rb', line 18

def url
  @url
end

#usernameObject

Returns the value of attribute username.



17
18
19
# File 'lib/unclekryon/data/social_data.rb', line 17

def username
  @username
end