Class: Request

Inherits:
Object
  • Object
show all
Extended by:
Nestable
Includes:
Accessible
Defined in:
lib/models/request.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Nestable

nests

Methods included from Accessible

#[], #[]=, #accessible?, #initialize, #update_attributes

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



8
9
10
# File 'lib/models/request.rb', line 8

def body
  @body
end

#commentsObject

Returns the value of attribute comments.



8
9
10
# File 'lib/models/request.rb', line 8

def comments
  @comments
end

#html_urlObject

Returns the value of attribute html_url.



8
9
10
# File 'lib/models/request.rb', line 8

def html_url
  @html_url
end

#numberObject

Returns the value of attribute number.



8
9
10
# File 'lib/models/request.rb', line 8

def number
  @number
end

#patch_urlObject

Returns the value of attribute patch_url.



8
9
10
# File 'lib/models/request.rb', line 8

def patch_url
  @patch_url
end

#review_commentsObject

Returns the value of attribute review_comments.



8
9
10
# File 'lib/models/request.rb', line 8

def review_comments
  @review_comments
end

#stateObject

Returns the value of attribute state.



8
9
10
# File 'lib/models/request.rb', line 8

def state
  @state
end

#titleObject

Returns the value of attribute title.



8
9
10
# File 'lib/models/request.rb', line 8

def title
  @title
end

#updated_atObject

Returns the value of attribute updated_at.



8
9
10
# File 'lib/models/request.rb', line 8

def updated_at
  @updated_at
end