Class: Beerbelly::Brewery

Inherits:
Resource show all
Defined in:
lib/beerbelly/client/resources/brewery.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



5
6
7
# File 'lib/beerbelly/client/resources/brewery.rb', line 5

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/beerbelly/client/resources/brewery.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/beerbelly/client/resources/brewery.rb', line 5

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at.



5
6
7
# File 'lib/beerbelly/client/resources/brewery.rb', line 5

def updated_at
  @updated_at
end

#urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/beerbelly/client/resources/brewery.rb', line 5

def url
  @url
end