Class: Daylife::Source

Inherits:
API
  • Object
show all
Defined in:
lib/daylife/source.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from API

auth, get, #initialize, methodize

Constructor Details

This class inherits a constructor from Daylife::API

Instance Attribute Details

#daylife_urlObject

Returns the value of attribute daylife_url.



3
4
5
# File 'lib/daylife/source.rb', line 3

def daylife_url
  @daylife_url
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/daylife/source.rb', line 3

def name
  @name
end

#place_idObject

Returns the value of attribute place_id.



3
4
5
# File 'lib/daylife/source.rb', line 3

def place_id
  @place_id
end

#rankObject

Returns the value of attribute rank.



3
4
5
# File 'lib/daylife/source.rb', line 3

def rank
  @rank
end

#source_idObject

Returns the value of attribute source_id.



3
4
5
# File 'lib/daylife/source.rb', line 3

def source_id
  @source_id
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/daylife/source.rb', line 3

def type
  @type
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/daylife/source.rb', line 3

def url
  @url
end