Class: FortyTwo::Response::Model::Language

Inherits:
Base
  • Object
show all
Defined in:
lib/fortytwo/responses/models/language.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FortyTwo::Response::Base

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



7
8
9
# File 'lib/fortytwo/responses/models/language.rb', line 7

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/fortytwo/responses/models/language.rb', line 7

def id
  @id
end

#identifierObject (readonly)

Returns the value of attribute identifier.



7
8
9
# File 'lib/fortytwo/responses/models/language.rb', line 7

def identifier
  @identifier
end

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/fortytwo/responses/models/language.rb', line 7

def name
  @name
end

#updated_atObject (readonly)

Returns the value of attribute updated_at.



7
8
9
# File 'lib/fortytwo/responses/models/language.rb', line 7

def updated_at
  @updated_at
end