Class: Nocion::Database::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/nocion.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



10
11
12
# File 'lib/nocion.rb', line 10

def created
  @created
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/nocion.rb', line 10

def id
  @id
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



10
11
12
# File 'lib/nocion.rb', line 10

def tag
  @tag
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



10
11
12
# File 'lib/nocion.rb', line 10

def title
  @title
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



10
11
12
# File 'lib/nocion.rb', line 10

def updated
  @updated
end